# HG changeset patch # User peterjc # Date 1531145296 14400 # Node ID c877294f80259135b0f74da4cddfe99d3a7a7e19 # Parent 31e517610e1f52d0495abbdf8a765d8b03a580b6 Fixed tool_dependencies.xml diff -r 31e517610e1f -r c877294f8025 tools/ncbi_blast_plus/blastxml_to_tabular.py --- 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: diff -r 31e517610e1f -r c877294f8025 tools/ncbi_blast_plus/tool_dependencies.xml --- 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 @@ - - + +