# HG changeset patch
# User mheinzl
# Date 1526408590 14400
# Node ID 5b0a95f205adfae834561798e05286d74fbd4b45
# Parent  e37b1f602ffcf040529fc6c5bc1d530343c4d3bc
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit 29bc65d5627553741c83ce1f298223e2b266f7c8

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
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
@@ -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>