changeset 13:5b0a95f205ad draft

planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 29bc65d5627553741c83ce1f298223e2b266f7c8
author mheinzl
date Tue, 15 May 2018 14:23:10 -0400
parents e37b1f602ffc
children 883e6381ba29
files hd.py hd.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hd.py	Tue May 15 13:48:48 2018 -0400
+++ b/hd.py	Tue May 15 14:23:10 2018 -0400
@@ -933,7 +933,7 @@
             overallSum5 = sum(sumCol5)
 
             ### HD of both parts of the tag ####
-            summary9, sumCol9 = createTableHDwithTags([numpy.array(minHDs), HDhalf1, HDhalf2])
+            summary9, sumCol9 = createTableHDwithTags([HDhalf1, HDhalf2,numpy.array(minHDs)])
             overallSum9 = sum(sumCol9)
 
             ## HD
--- a/hd.xml	Tue May 15 13:48:48 2018 -0400
+++ b/hd.xml	Tue May 15 14:23:10 2018 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<tool id="hd" name="Duplex Sequencing Analysis:" version="0.0.13">
+<tool id="hd" name="Duplex Sequencing Analysis:" version="0.0.14">
     <requirements>
         <requirement type="package" version="2.7">python</requirement>
         <requirement type="package" version="1.4">matplotlib</requirement>