Previous changeset 17:4a30328b1af9 (2018-05-23) Next changeset 19:2e9f7ea7ae93 (2018-10-08) |
Commit message:
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit b09f6822cb5acf314c5034323501d6300fda25cc |
modified:
hd.py hd.xml |
b |
diff -r 4a30328b1af9 -r a8581bf627fd hd.py --- a/hd.py Wed May 23 14:41:47 2018 -0400 +++ b/hd.py Wed May 23 14:47:43 2018 -0400 |
[ |
@@ -977,7 +977,7 @@ # chimeric reads if len(minHD_tags_zeros) != 0: # absolute difference and tags where at least one half has HD=0 - summary15, sumCol15 = createTableHD(listDifference1_zeros, "diff=") + summary15, sumCol15 = createTableHD(listDifference1_zeros, "HD=") overallSum15 = sum(sumCol15) # absolute difference and tags where at least one half has HD=0 # summary23, sumCol23 = createTableFSD2(familySizeList1_diff_zeros, diff=False) @@ -996,7 +996,8 @@ diff=False) count = numpy.bincount(quant) - output_file.write("{}{}\n".format(sep, f)) + #output_file.write("{}{}\n".format(sep, name_file)) + output_file.write("\n") output_file.write("max. family size:{}{}\n".format(sep, max(quant))) output_file.write("absolute frequency:{}{}\n".format(sep, count[len(count) - 1])) output_file.write( |
b |
diff -r 4a30328b1af9 -r a8581bf627fd hd.xml --- a/hd.xml Wed May 23 14:41:47 2018 -0400 +++ b/hd.xml Wed May 23 14:47:43 2018 -0400 |
b |
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<tool id="hd" name="Duplex Sequencing Analysis: hd" version="0.0.18"> +<tool id="hd" name="Duplex Sequencing Analysis: hd" version="0.0.19"> <requirements> <requirement type="package" version="2.7">python</requirement> <requirement type="package" version="1.4">matplotlib</requirement> |