diff shm_csr.py @ 16:4e596473c25c draft

Uploaded
author davidvanzessen
date Wed, 23 Nov 2016 09:05:40 -0500
parents ad9be244b104
children b95fa7e426c3
line wrap: on
line diff
--- a/shm_csr.py	Thu Nov 17 07:33:21 2016 -0500
+++ b/shm_csr.py	Wed Nov 23 09:05:40 2016 -0500
@@ -284,4 +284,5 @@
 with open(seq_motif_file, 'w') as o:
 	o.write("ID\tRGYWC\tWRCY\tWA\tTW\n")
 	for ID in IDlist:
-		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")
+		#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")
+		o.write(ID + "\t" + str(RGYWCount[ID]) + "\t" + str(WRCYCount[ID]) + "\t" + str(WACount[ID]) + "\t" + str(TWCount[ID]) + "\n")