comparison 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
comparison
equal deleted inserted replaced
12:9033fd840986 13:2921d77df2ee
242 # values_of_fs.append(int(counts[0][j])) 242 # values_of_fs.append(int(counts[0][j]))
243 else: 243 else:
244 for n in range(len(label)): 244 for n in range(len(label)):
245 output_file.write("{}{}".format(int(counts[0][n][j]), sep)) 245 output_file.write("{}{}".format(int(counts[0][n][j]), sep))
246 # values_of_fs.append(int(counts[0][n][j])) 246 # values_of_fs.append(int(counts[0][n][j]))
247 output_file.write("\n")
247 #output_file.write("{}\n".format(sum(values_of_fs))) 248 #output_file.write("{}\n".format(sum(values_of_fs)))
248 j += 1 249 j += 1
249 output_file.write("sum{}".format(sep)) 250 output_file.write("sum{}".format(sep))
250 values_for_sum = [] 251 values_for_sum = []
251 if len(label) == 1: 252 if len(label) == 1: