Skip to content
New issue

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

Inconsistent limit given for taxonomy_subtree() #97

Open
rossmounce opened this issue Mar 21, 2017 · 3 comments
Open

Inconsistent limit given for taxonomy_subtree() #97

rossmounce opened this issue Mar 21, 2017 · 3 comments

Comments

@rossmounce
Copy link

What is the actual limit for taxonomy_subtree() ?

If I try Tracheophytes it says:

tax_tree <- taxonomy_subtree(10210)
The requested subtree exceeds the limit of 410229 taxa

If I try Spermatophytes it says:

tax_tree <- taxonomy_subtree(10218)
The requested subtree exceeds the limit of 392904 taxa
@josephwb
Copy link
Contributor

@rossmounce this seems to be reporting the clade size as the limit. I believe the real limit is 100K taxa (I will check). Not sure where the reporting bug comes from (rotl or OT).

@josephwb
Copy link
Contributor

josephwb commented Mar 21, 2017

Looks like the limit is 50K. I've found the error in reporting, and will submit a fix in a moment.

Again, seems to be an upstream OT issue, not a rotl issue.

@josephwb
Copy link
Contributor

Ok submitted a fix. Sorry you've had so much trouble today @rossmounce!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants