# HG changeset patch # User peterjc # Date 1531145100 14400 # Node ID 782a1a9c87d7b1d5637737be6e549f7ab67db6c8 # Parent 8f82e05831dc5f4128787a04f6efd74e27070592 Fixed tool_dependencies.xml diff -r 8f82e05831dc -r 782a1a9c87d7 tools/ncbi_blast_plus/blastxml_to_tabular.py --- 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: diff -r 8f82e05831dc -r 782a1a9c87d7 tools/ncbi_blast_plus/tool_dependencies.xml --- 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 @@ - - + +