Mercurial > repos > mheinzl > fsd
diff fsd.py @ 13:2921d77df2ee draft
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit f4eb0a7cd4fd5baaa9afe0c931afb57ac6abc0c1
author | mheinzl |
---|---|
date | Wed, 23 May 2018 14:56:37 -0400 |
parents | 9033fd840986 |
children |
line wrap: on
line diff
--- 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))