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?
why not set up on ftp session to the ncbi ftp site
ftp ftp.ncbi.nlm.nih.gov
when asked for name, type anonymous and then follow the instructions for password.
after that, cd to the folder you need (cfr url part: genomes/all/GCF/004/793/975/GCF_004793975.1_ASM479397v1/ ), then do mget * or get of a file you need to download them/it
Thank you so much!
I was trying to download every using method (1) but I encountered the following error (up to the "> list_asm.txt" part) :
Can't locate JSON/PP.pm in @INC (@INC contains: /home2/s154806/edirect/aux/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home2/s154806/edirect/edirect.pl line 72.
BEGIN failed--compilation aborted at /home2/s154806/edirect/edirect.pl line 72.
You need to install the dependent Perl modules for EDirect,
which can be done by, for example to install JSON::PP: sudo perl -MCPAN -e shell, followed by install JSON::PP.
Once the installation is done you can test by: perl -e 'use JSON::PP'.
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