# HG changeset patch # User mheinzl # Date 1527101263 14400 # Node ID a8581bf627fdf63cc0c2f8ab56ac0e1b8a8ee317 # Parent 4a30328b1af97e8935ca1f02b3a3760b48963dbd planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/hd commit b09f6822cb5acf314c5034323501d6300fda25cc 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( 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 @@ -1,5 +1,5 @@ - + python matplotlib