X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=weighMultireads.py;h=f4b1691a07a08b15988539f75f1fbb2a62e148b2;hp=3fd6bd8e151b3f909034e856aeb5eb329db7c17f;hb=HEAD;hpb=cfc5602b26323ad2365295145e3f6c622d912eb4 diff --git a/weighMultireads.py b/weighMultireads.py index 3fd6bd8..f4b1691 100755 --- a/weighMultireads.py +++ b/weighMultireads.py @@ -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