diff mutation_analysis.py @ 33:ac9a4307861a draft

Uploaded
author davidvanzessen
date Thu, 16 Apr 2015 09:36:19 -0400
parents 2a7343e4be5a
children 7377bf7e632d
line wrap: on
line diff
--- a/mutation_analysis.py	Thu Apr 09 08:58:59 2015 -0400
+++ b/mutation_analysis.py	Thu Apr 16 09:36:19 2015 -0400
@@ -168,4 +168,4 @@
 			o.write("ID\tRGYWC\tWRCY\tWA\tTW\n")
 			first = False
 			continue
-		o.write(ID + "\t" + str(int(RGYWCount[ID])) + "\t" + str(int(WRCYCount[ID])) + "\t" + str(int(WACount[ID])) + "\t" + str(int(TWCount[ID])) + "\n")
+		o.write(ID + "\t" + str(round(RGYWCount[ID], 2)) + "\t" + str(round(WRCYCount[ID], 2)) + "\t" + str(round(WACount[ID], 2)) + "\t" + str(round(TWCount[ID], 2)) + "\n")