nickjcroucher / gubbins

Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
http://nickjcroucher.github.io/gubbins/
GNU General Public License v2.0
175 stars 51 forks source link

Unable to build a hybrid tree in v3.0.0 #326

Closed UzmaBasit closed 2 years ago

UzmaBasit commented 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?

nickjcroucher commented 2 years ago

This approach has been depreciated, you can use --first-tree-builder fasttree --tree-builder raxml instead - see the manual.