X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=utrChanges.py;fp=utrChanges.py;h=bb193f2f8045f653f38c6bfdd3b6ef51d0a2e010;hp=d95d18ceea423fa373ea408b3e22bc39092ff7f3;hb=0d3e3112fd04c2e6b44a25cacef1d591658ad181;hpb=5e4ae21098dba3d1edcf11e7279da0d84c3422e4 diff --git a/utrChanges.py b/utrChanges.py index d95d18c..bb193f2 100755 --- a/utrChanges.py +++ b/utrChanges.py @@ -13,7 +13,7 @@ import sys from commoncode import getMergedRegions, getLocusByChromDict from cistematic.genomes import Genome -print "%s: version 1.3" % sys.argv[0] +print "utrChanges: version 1.4" def main(argv=None): @@ -37,8 +37,8 @@ def utrChanges(genome, acceptfile, outFileName): hg = Genome(genome) - origLocusByChromDict = getLocusByChromDict(hg, keepSense = True) - newLocusByChromDict = getLocusByChromDict(hg, additionalRegionsDict = acceptDict, keepSense = True) + origLocusByChromDict = getLocusByChromDict(hg, keepSense=True) + newLocusByChromDict = getLocusByChromDict(hg, additionalRegionsDict=acceptDict, keepSense=True) new3utr = 0 new5utr = 0