X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=combinerds.py;fp=combinerds.py;h=2695e6b512c677735fc61be2931108e947d0ab43;hp=2878423a9716a0e4f31d0a1738a0770339c8ed6c;hb=47bd897210cb85e042f11d7400b46d94400cc428;hpb=03f1e0b3bab22d517ad75b9af4d54e8fcb8540fb diff --git a/combinerds.py b/combinerds.py index 2878423..2695e6b 100755 --- a/combinerds.py +++ b/combinerds.py @@ -35,9 +35,7 @@ def main(argv=None): combinerds(datafile, infileList, options.tableList, options.withFlag, options.doIndex, options.cachePages, options.doInit, options.initRNA) -def makeParser(): - usage = __doc__ - +def makeParser(usage): parser = optparse.OptionParser(usage=usage) parser.add_option("--table", action="append", dest="tablelist") parser.add_option("--init", action="store_true", dest="doInit")