development release: conversion of ReadDataset to use BAM files
[erange.git] / weighMultireads.py
index 9fd041d4462abb552eef87ebd82430177106231f..3fd6bd8e151b3f909034e856aeb5eb329db7c17f 100755 (executable)
@@ -168,6 +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?
             if theMatch > 0:
                 RDS.reweighMultireads(reweighList)
                 fixedPair += 1
@@ -329,4 +330,4 @@ def reweighUsingRadius(RDS, radius, multiIDs, readsToSkip=[], verbose=False):
 
 
 if __name__ == "__main__":
-    main(sys.argv)
+    main(sys.argv)
\ No newline at end of file