diff shm_csr.py @ 43:77a7ac76c7b9 draft

Uploaded
author davidvanzessen
date Tue, 11 Apr 2017 08:02:17 -0400
parents ca2512e1e3ab
children 64711f461c8e
line wrap: on
line diff
--- a/shm_csr.py	Tue Mar 28 08:25:36 2017 -0400
+++ b/shm_csr.py	Tue Apr 11 08:02:17 2017 -0400
@@ -80,7 +80,7 @@
 		
 		IDlist += [ID]
 
-print mutationList, linecount
+#print mutationList, linecount
 
 AALength = (int(max(mutationList, key=lambda i: int(i[4]) if i[4] else 0)[4]) + 1)  # [4] is the position of the AA mutation, None if silent
 if AALength < 60: