We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried to download trees for study ot_502 (which has two trees). The newick call obviously returned two trees:
curl https://api.opentreeoflife.org/v3/study/ot_502.tre/?tip_label=ot:ottid
but the Nexus call:
curl https://api.opentreeoflife.org/v3/study/ot_502.nex/?tip_label=ot:ottid
seemed to contain only one. Thanks to help by @kcranston it appears that the Nexus version is just missing a line break in between the two trees.
The text was updated successfully, but these errors were encountered:
This also occurs (unsurprisingly) from the curator app (although I do not know if anyone actually gets trees through that route).
Sorry, something went wrong.
No branches or pull requests
Tried to download trees for study ot_502 (which has two trees). The newick call obviously returned two trees:
but the Nexus call:
seemed to contain only one. Thanks to help by @kcranston it appears that the Nexus version is just missing a line break in between the two trees.
The text was updated successfully, but these errors were encountered: