# HG changeset patch # User mheinzl # Date 1527101572 14400 # Node ID 9033fd840986afad525aaf843c56e162d5b64a40 # Parent b615c7e51f401f8cb80c89a691bc9f64e2a3bac9 planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit c55872ebd7721a33174a56124bcd5d6ec1dc20a9 diff -r b615c7e51f40 -r 9033fd840986 fsd.py --- a/fsd.py Tue May 15 14:22:43 2018 -0400 +++ b/fsd.py Wed May 23 14:52:52 2018 -0400 @@ -227,7 +227,7 @@ output_file.write("\nFamily size") for i in label: output_file.write("{}{}".format(sep, i)) - output_file.write("{}sum".format(sep)) + # output_file.write("{}sum".format(sep)) output_file.write("\n") j = 0 for fs in counts[1][0:len(counts[1]) - 1]: @@ -236,15 +236,15 @@ else: fs = "={}".format(fs) output_file.write("FS{}{}".format(fs, sep)) - values_of_fs = [] + # values_of_fs = [] if len(label) == 1: output_file.write("{}{}".format(int(counts[0][j]), sep)) - values_of_fs.append(int(counts[0][j])) + # values_of_fs.append(int(counts[0][j])) else: for n in range(len(label)): output_file.write("{}{}".format(int(counts[0][n][j]), sep)) - values_of_fs.append(int(counts[0][n][j])) - output_file.write("{}\n".format(sum(values_of_fs))) + # values_of_fs.append(int(counts[0][n][j])) + #output_file.write("{}\n".format(sum(values_of_fs))) j += 1 output_file.write("sum{}".format(sep)) values_for_sum = [] diff -r b615c7e51f40 -r 9033fd840986 fsd.xml --- a/fsd.xml Tue May 15 14:22:43 2018 -0400 +++ b/fsd.xml Wed May 23 14:52:52 2018 -0400 @@ -1,6 +1,6 @@ - + Family size distribution (FSD) of tags python