Skip to content

Instantly share code, notes, and snippets.

@konrad
Created April 2, 2011 17:14
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 konrad/899667 to your computer and use it in GitHub Desktop.
Save konrad/899667 to your computer and use it in GitHub Desktop.
A one-liner to get all the genome files form GenBank
# I always forget how easy it is to download all genome files from
# Genbank. Sure you can get any other file type (e.g. all protein
# file = *faa) instead.
wget -c -r -A "*fna" ftp://ftp.ncbi.nih.gov/genomes/Bacteria/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment