This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to download all sequences of a whole genome shotgun sequencing (WGS) project

Is it possible to download all the sequence data of a whole genome shotgun sequencing (WGS) project, using a script and just the master record?

seqrecords wgs ncbi

1 answer

You can directly download from FTP site: https://ftp.ncbi.nlm.nih.gov/genomes/

OR

Follow the tutorial given by NCBI: https://www.ncbi.nlm.nih.gov/genome/doc/ftpfaq/#downloadservice In this case, you have to download assembly summary file. It contains taxonomy and FTP links of all assemblies. You can simply give a list of FTP links to wget in linux or any download manager for example: IDM or EagleGet.

Log in to answer this question.