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

name resolution issue: quick fix to name number limit #63

Open
LunaSare opened this issue Aug 16, 2018 · 0 comments
Open

name resolution issue: quick fix to name number limit #63

LunaSare opened this issue Aug 16, 2018 · 0 comments
Assignees

Comments

@LunaSare
Copy link
Member

LunaSare commented Aug 16, 2018

If a list of names is too long, we could divide it in smaller chunks and call the service several times. Like that we won't choke it. I did this for some datelife functions, see issue phylotastic/datelife#39

Do this with the name retrieval services (not possible for trees). Divide input list into N sets of up to 1000, then loop from 1 to N, getting the names 1000 at a time.

@arlin arlin assigned abusalehmdtayeen and unassigned arlin Aug 17, 2018
@arlin arlin added ready and removed ready labels Aug 17, 2018
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

3 participants