Skip to content

Instantly share code, notes, and snippets.

@danielecook
Last active September 13, 2017 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielecook/daf1c3000b1e4e167853d700c691cbcd to your computer and use it in GitHub Desktop.
Save danielecook/daf1c3000b1e4e167853d700c691cbcd to your computer and use it in GitHub Desktop.
Download blast databases
# cd /usr/local/share/blast
lftp ftp://ftp.ncbi.nlm.nih.gov -e 'mget /blast/db/nt*.tar.gz'
lftp ftp://ftp.ncbi.nlm.nih.gov -e 'mget /blast/db/nr*.tar.gz'
lftp ftp://ftp.ncbi.nlm.nih.gov -e 'mget /blast/db/refseq_genomic*.tar.gz'
other_genomic.*tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment