development release: conversion of ReadDataset to use BAM files
[erange.git] / findall.py
index 2e4123ab2e0261988282c7c9f11b02c474d61fac..9dd85df733f86417debf9b060e53f59230110b76 100755 (executable)
@@ -390,6 +390,7 @@ def findall(regionFinder, hitfile, outfilename, logfilename="findall.log", outpu
     shiftDict = {}
     chromosomeList = getChromosomeListToProcess(hitRDS, controlRDS, doControl)
     for chromosome in chromosomeList:
+        #TODO: QForAli -Really? Use first chr shift value for all of them
         if regionFinder.shiftValue == "learn":
             learnShift(regionFinder, hitRDS, chromosome, logfilename, outfilename, outfile, useMulti, doControl, controlRDS, combine5p)
 
@@ -958,4 +959,4 @@ def getBestShiftInDict(shiftDict):
 
 
 if __name__ == "__main__":
-    main(sys.argv)
+    main(sys.argv)
\ No newline at end of file