Mercurial > repos > devteam > ncbi_blast_plus
changeset 35:782a1a9c87d7 draft
Fixed tool_dependencies.xml
author | peterjc |
---|---|
date | Mon, 09 Jul 2018 10:05:00 -0400 |
parents | 8f82e05831dc |
children | f0edead5615e |
files | tools/ncbi_blast_plus/blastxml_to_tabular.py tools/ncbi_blast_plus/tool_dependencies.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/blastxml_to_tabular.py Sat Jun 30 17:01:10 2018 -0400 +++ b/tools/ncbi_blast_plus/blastxml_to_tabular.py Mon Jul 09 10:05:00 2018 -0400 @@ -178,7 +178,7 @@ context = iter(context) # get the root element try: - event, root = context.next() + event, root = next(context) except Exception: sys.exit("Invalid data format.") for event, elem in context:
--- a/tools/ncbi_blast_plus/tool_dependencies.xml Sat Jun 30 17:01:10 2018 -0400 +++ b/tools/ncbi_blast_plus/tool_dependencies.xml Mon Jul 09 10:05:00 2018 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="blast" version="2.5.0"> - <repository changeset_revision="de5976f2c96d" name="package_blast_plus_2_5_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <package name="blast" version="2.7.1"> + <repository changeset_revision="fe6e1a80853c" name="package_blast_plus_2_7_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> </tool_dependency>