Dear Biostars community,
I am trying to download all the assembly in a bioproject: https://www.ncbi.nlm.nih.gov/bioproject/?term=474907 Can anyone tell me how to download them all without manually copying the link and download the assembly like this: wget --recursive -e robots=off --reject "index.html" --no-host-directories --cut-dirs=6 ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/004/793/975/GCF_004793975.1_ASM479397v1 ./
Any info will be greatly appreciated!
Best,
Wenhan
PRJNA474907[All Fields]
collection
.Edit: Moved to comment since OP wants to get assembled data not original fastq files.
Thank you genomax! It is a really nice way to do it! But I will need the translated protein sequences files (faa files) and this method does not seem to be able to do that...am I missing something?
Crossposted at: http://seqanswers.com/forums/showthread.php?t=89870