Mercurial > repos > devteam > ncbi_blast_plus
changeset 24:c877294f8025 draft
Fixed tool_dependencies.xml
| author | peterjc | 
|---|---|
| date | Mon, 09 Jul 2018 10:08:16 -0400 | 
| parents | 31e517610e1f | 
| children | e25d3acf6e68 | 
| 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:22:46 2018 -0400 +++ b/tools/ncbi_blast_plus/blastxml_to_tabular.py Mon Jul 09 10:08:16 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:22:46 2018 -0400 +++ b/tools/ncbi_blast_plus/tool_dependencies.xml Mon Jul 09 10:08:16 2018 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="blast" version="2.5.0"> - <repository changeset_revision="5dd2b68c7d04" name="package_blast_plus_2_5_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> + <package name="blast" version="2.7.1"> + <repository changeset_revision="2e9109a8924f" name="package_blast_plus_2_7_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency>
