Mercurial > repos > davidvanzessen > mutation_analysis
diff gene_identification.py @ 21:c9f9623f1f76 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 02 Apr 2015 03:31:23 -0400 |
parents | c518cf0d4adb |
children | 1558fbbc19ef |
line wrap: on
line diff
--- a/gene_identification.py Wed Apr 01 05:26:52 2015 -0400 +++ b/gene_identification.py Thu Apr 02 03:31:23 2015 -0400 @@ -170,7 +170,6 @@ pass ID = linesplt[1] currentIDHits = hits[ID] - print currentIDHits possibleca = float(len(compiledregex["ca"])) possiblecg = float(len(compiledregex["cg"])) possiblecm = float(len(compiledregex["cm"]))