# HG changeset patch # User mheinzl # Date 1527101797 14400 # Node ID 2921d77df2ee61b9e830ce486bad1d728adf2e9b # Parent 9033fd840986afad525aaf843c56e162d5b64a40 planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit f4eb0a7cd4fd5baaa9afe0c931afb57ac6abc0c1 diff -r 9033fd840986 -r 2921d77df2ee fsd.py --- a/fsd.py Wed May 23 14:52:52 2018 -0400 +++ b/fsd.py Wed May 23 14:56:37 2018 -0400 @@ -244,6 +244,7 @@ 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") #output_file.write("{}\n".format(sum(values_of_fs))) j += 1 output_file.write("sum{}".format(sep)) diff -r 9033fd840986 -r 2921d77df2ee fsd.xml --- a/fsd.xml Wed May 23 14:52:52 2018 -0400 +++ b/fsd.xml Wed May 23 14:56:37 2018 -0400 @@ -1,6 +1,6 @@ - + Family size distribution (FSD) of tags python