Closed UzmaBasit closed 2 years ago
I am trying to build a hybrid tree using -t hybrid flag in my command but its generating following error
elif input_args.model not in tree_models[input_args.tree_builder]: KeyError: 'hybrid'
Any suggestions to sort this issue?
This approach has been depreciated, you can use --first-tree-builder fasttree --tree-builder raxml instead - see the manual.
--first-tree-builder fasttree --tree-builder raxml
I am trying to build a hybrid tree using -t hybrid flag in my command but its generating following error
elif input_args.model not in tree_models[input_args.tree_builder]: KeyError: 'hybrid'
Any suggestions to sort this issue?