Mercurial > repos > davidvanzessen > mutation_analysis
diff gene_identification.py @ 93:53fb2948726e draft
Uploaded
author | davidvanzessen |
---|---|
date | Tue, 07 Jun 2016 04:45:50 -0400 |
parents | b869a126e2c4 |
children |
line wrap: on
line diff
--- a/gene_identification.py Mon Jun 06 08:26:54 2016 -0400 +++ b/gene_identification.py Tue Jun 07 04:45:50 2016 -0400 @@ -160,7 +160,7 @@ chunksInCM = len(compiledregex["cm"]) requiredChunkPercentage = 0.7 varsInCA = float(len(ca1.keys()) * 2) -varsInCG = float(len(cg1.keys()) * 2) - 2 # -1 because the sliding window doesn't hit the first nt twice +varsInCG = float(len(cg1.keys()) * 2) - 2 # -2 because the sliding window doesn't hit the first and last nt twice varsInCM = 0