diff blastxml_to_tabular_selectable.py @ 1:5da5dcc5e13a default tip

Update from 24 to 25 columns and update versions to 1.0.0
author Jim Johnson <jj@umn.edu>
date Wed, 08 Oct 2014 18:57:39 -0500
parents 2bd0cbccb3c6
children
line wrap: on
line diff
--- a/blastxml_to_tabular_selectable.py	Wed Oct 08 19:38:28 2014 -0400
+++ b/blastxml_to_tabular_selectable.py	Wed Oct 08 18:57:39 2014 -0500
@@ -66,7 +66,7 @@
 from optparse import OptionParser
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print "v0.0.12"
+    print "v1.0.0"
     sys.exit(0)
 
 if sys.version_info[:2] >= ( 2, 5 ):