X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=findall.py;fp=findall.py;h=9dd85df733f86417debf9b060e53f59230110b76;hp=2e4123ab2e0261988282c7c9f11b02c474d61fac;hb=cfc5602b26323ad2365295145e3f6c622d912eb4;hpb=c4561c55cfa9726530c6777b6515c4ef66306b2f diff --git a/findall.py b/findall.py index 2e4123a..9dd85df 100755 --- a/findall.py +++ b/findall.py @@ -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