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

Add way for users to specify API keys for NCBI #41

Open
zachary-foster opened this issue Dec 15, 2023 · 1 comment
Open

Add way for users to specify API keys for NCBI #41

zachary-foster opened this issue Dec 15, 2023 · 1 comment

Comments

@zachary-foster
Copy link
Contributor

This is needed to avoid downloading references to fail due to rate limits

@zachary-foster
Copy link
Contributor Author

We communicate with NCBI in the following modules

  • SRATOOLS_FASTERQDUMP (using fasterq-dump)
  • DOWNLOAD_ASSEMBLIES (using datasets)
  • FIND_ASSEMBLIES (using entrez eutils)

It looks like only DOWNLOAD_ASSEMBLIES allows specifying the API key on the command line so we need to specify with an environmental variable in the others,

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

1 participant