How can I quickly download all available sequence data for a long list of organisms?
I have a list of ~200 bacterial species names and I would like to download all of the available sequences for each species in FASTA format.
Is there a way of automating this process?
• 2,929 views
•
link
2 answers
wget ftp://ftp.ncbi.nih.gov/genomes/Bacteria/all.*
Although maybe you just want the fna or faa file. Check the summary file too..
• 0 views
•
link
Log in to answer this question.