# HG changeset patch # User nedias # Date 1476310613 14400 # Node ID 0145fdbdcf9080349a856040cc25cb57fa0b5277 # Parent 14894a8de3a7d11b0378cc5529b0cdd4303bbf41 Uploaded diff -r 14894a8de3a7 -r 0145fdbdcf90 blast_entry.py --- a/blast_entry.py Wed Oct 12 18:12:18 2016 -0400 +++ b/blast_entry.py Wed Oct 12 18:16:53 2016 -0400 @@ -26,6 +26,9 @@ default=None, help="Output of Blast result in xml form", metavar="FILE") +parser.add_option("-v", "--version", dest="version", + default=False, action="store_true", + help="Show version and quit") parser.add_option("-f", "--format", dest="format", default="fasta", help="Set the format of input file")