X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=combineRPKMs.py;h=1e2d2aaedbf3476fc43058500c30c76c2b7c3e03;hp=88b57ab547edeea3f9be5387780796aadbe72bc2;hb=HEAD;hpb=cfc5602b26323ad2365295145e3f6c622d912eb4 diff --git a/combineRPKMs.py b/combineRPKMs.py index 88b57ab..1e2d2aa 100755 --- a/combineRPKMs.py +++ b/combineRPKMs.py @@ -63,7 +63,7 @@ def combineRPKMs(firstfileName, expandedfileName, finalfileName, outfileName, do outfile.write(header) finalfile = open(finalfileName) - #TODO: QForAli - the output lines are driven by finalfile. If there are genes in the first 2 that + #TODO: the output lines are driven by finalfile. If there are genes in the first 2 that # are not in the finalfile then they will be lost. for line in finalfile: fields = line.strip().split()