X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=crossmatch.py;h=ac4aa99b66b27220c21d05038191a584b236fda8;hp=6a3675812e614ba7018dba4d8e6a37d375f0cb3a;hb=0d3e3112fd04c2e6b44a25cacef1d591658ad181;hpb=5e4ae21098dba3d1edcf11e7279da0d84c3422e4 diff --git a/crossmatch.py b/crossmatch.py index 6a36758..ac4aa99 100755 --- a/crossmatch.py +++ b/crossmatch.py @@ -12,7 +12,7 @@ def main(argv=None): if not argv: argv = sys.argv - print "version 1.1" + print "crossmatch: version 1.2" if len(argv) < 7: print "usage: python %s prefix directory genome1 genefile1 genome2 genefile2 [genome3 genefile3 .....]" % argv[0] sys.exit(1)