diff mutation_analysis.py @ 76:becea91089ed draft

Uploaded
author davidvanzessen
date Mon, 09 May 2016 03:45:39 -0400
parents 13c3710604ef
children b523ce95d857
line wrap: on
line diff
--- a/mutation_analysis.py	Wed May 04 08:44:16 2016 -0400
+++ b/mutation_analysis.py	Mon May 09 03:45:39 2016 -0400
@@ -57,7 +57,6 @@
 		linesplt = line.split("\t")
 		ID = linesplt[IDIndex]
 		genedic[ID] = linesplt[best_matchIndex]
-		print line
 		try:
 			mutationdic[ID + "_FR1"] = [mutationMatcher.match(x).groups() for x in linesplt[fr1Index].split("|") if x] if include_fr1 else []
 			mutationdic[ID + "_CDR1"] = [mutationMatcher.match(x).groups() for x in linesplt[cdr1Index].split("|") if x]