You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I had the same error and just figured it out so I wanted to share in case more people find this issue. I think phyml made a slight change to their stats output which is not recognized by taxit when it parses your tree stats file. In your tree stats file from phyml, find this section:
. Discrete gamma model: Yes
- Number of classes: 4
- Gamma shape parameter: 0.686
The problem is that "Number of classes" used to say "Number of categories". Change the word "classes" to "categories" in your stats file, re-run taxit, and try pplacer again. It should work.
Alternatively, if you don't wish to rerun taxit, you could also just manually edit the phylo_model{some_hash}.json file in the refpkg folder. In the section for the gamma parameter, add the n_cats variable manually (the default for phyml is 4):
Hello,
I built a refpkg with taxtastic, but when I run with
pplacer -c refpkg alignments.sto
, I saw an error messageCould you please let me know how I can solve this? Thank you!
The text was updated successfully, but these errors were encountered: