Repository 'hd'
hg clone https://toolshed.g2.bx.psu.edu/repos/mheinzl/hd

Changeset 13:5b0a95f205ad (2018-05-15)
Previous changeset 12:e37b1f602ffc (2018-05-15) Next changeset 14:883e6381ba29 (2018-05-23)
Commit message:
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 29bc65d5627553741c83ce1f298223e2b266f7c8
modified:
hd.py
hd.xml
b
diff -r e37b1f602ffc -r 5b0a95f205ad hd.py
--- 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
b
diff -r e37b1f602ffc -r 5b0a95f205ad hd.xml
--- a/hd.xml Tue May 15 13:48:48 2018 -0400
+++ b/hd.xml Tue May 15 14:23:10 2018 -0400
b
@@ -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>