first pass cleanup of cistematic/genomes; change bamPreprocessing
[erange.git] / weighMultireads.py
index 3fd6bd8e151b3f909034e856aeb5eb329db7c17f..f4b1691a07a08b15988539f75f1fbb2a62e148b2 100755 (executable)
@@ -168,7 +168,7 @@ def reweighUsingPairs(RDS, pairDist, multiIDs, verbose=False):
                 chrom = "chr%s" % multiReadList[index][1]
                 reweighList.append((round(score,3), chrom, start, theID))
 
-            #TODO: QForAli - Is this right? If match index is 0 are we doing nothing?
+            #TODO: Is this right? If match index is 0 are we doing nothing?
             if theMatch > 0:
                 RDS.reweighMultireads(reweighList)
                 fixedPair += 1