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
Originally, calls to the API endpoint https://files.jgi.doe.gov/search/?q={sequencing_id}&f=project_id&a=false&h=false&d=asc&p=1&x=10&api_version=2 were done one-by-one. However, they were stalling after 50-100 calls; The calls succeeded and then would just hang forever. I am re-writing the code to group the sequence id's so fewer calls are necessary
The text was updated successfully, but these errors were encountered:
mflynn-lanl
No branches or pull requests
Originally, calls to the API endpoint https://files.jgi.doe.gov/search/?q={sequencing_id}&f=project_id&a=false&h=false&d=asc&p=1&x=10&api_version=2 were done one-by-one. However, they were stalling after 50-100 calls; The calls succeeded and then would just hang forever. I am re-writing the code to group the sequence id's so fewer calls are necessary
The text was updated successfully, but these errors were encountered: