changeset 11:4c47abb4c993 draft

v0.1.08a - bump version of interal Python scripts
author peterjc
date Wed, 09 Mar 2016 06:13:17 -0500
parents e6337ef07e9a
children d8f2c1f560ec
files tools/ncbi_blast_plus/README.rst tools/ncbi_blast_plus/blastxml_to_tabular.py tools/ncbi_blast_plus/check_no_duplicates.py
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/README.rst	Wed Mar 09 06:02:38 2016 -0500
+++ b/tools/ncbi_blast_plus/README.rst	Wed Mar 09 06:13:17 2016 -0500
@@ -229,6 +229,7 @@
           (contribution from Bjoern Gruening and Daniel Blankenberg).
 v0.1.08 - Allow searching against multiple locally installed databases
           (contribution from Gildas Le Corguillé and Emma Prudent).
+        - Minor Python style changes (internal change only).
 ======= ======================================================================
 
 
--- a/tools/ncbi_blast_plus/blastxml_to_tabular.py	Wed Mar 09 06:02:38 2016 -0500
+++ b/tools/ncbi_blast_plus/blastxml_to_tabular.py	Wed Mar 09 06:13:17 2016 -0500
@@ -66,7 +66,7 @@
 from optparse import OptionParser
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print "v0.1.04"
+    print "v0.1.08"
     sys.exit(0)
 
 if sys.version_info[:2] >= (2, 5):
--- a/tools/ncbi_blast_plus/check_no_duplicates.py	Wed Mar 09 06:02:38 2016 -0500
+++ b/tools/ncbi_blast_plus/check_no_duplicates.py	Wed Mar 09 06:13:17 2016 -0500
@@ -13,7 +13,7 @@
 import os
 
 if "-v" in sys.argv or "--version" in sys.argv:
-    print("v0.0.22")
+    print("v0.0.23")
     sys.exit(0)
 
 identifiers = set()