You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hextraza edited this page Mar 19, 2025
·
2 revisions
nimble uses several environment variables:
TMPDIR
Configures the directory to put temporary files for samtools sorting. By default, they're placed in the current working directory. It's recommended that you do not set this to /tmp -- depending on the size of the input dataset, the volume of temporary files is too large for a standard /tmp configuration.
NCBI_EMAIL
Sets the email to be attached to NCBI Genbank API requests. Highly recommended that you set this, so that the NCBI can contact you if there are issues with your API usage.
NCBI_API_KEY
A valid NCBI API key. Highly recommended that you set this if the standard anonymous data rate is too slow for your use-case.