| Previous changeset 10:e6337ef07e9a (2016-03-09) Next changeset 12:d8f2c1f560ec (2016-11-07) |
|
Commit message:
v0.1.08a - bump version of interal Python scripts |
|
modified:
tools/ncbi_blast_plus/README.rst tools/ncbi_blast_plus/blastxml_to_tabular.py tools/ncbi_blast_plus/check_no_duplicates.py |
| b |
| diff -r e6337ef07e9a -r 4c47abb4c993 tools/ncbi_blast_plus/README.rst --- 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 |
| b |
| @@ -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). ======= ====================================================================== |
| b |
| diff -r e6337ef07e9a -r 4c47abb4c993 tools/ncbi_blast_plus/blastxml_to_tabular.py --- 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): |
| b |
| diff -r e6337ef07e9a -r 4c47abb4c993 tools/ncbi_blast_plus/check_no_duplicates.py --- 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 |
| b |
| @@ -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() |