Hi,
I am trying to download the blast nr database into my HPCC account to be blast some files. When I downloaded the nr database and tried to manually build the database, it took so long that the HPCC killed the job. Next I tried to download the subdirectories of the nr database.
wget ftp://ftp.ncbi.nlm.nih.gov/blast/db/nr.*tar.gz
I have been downloading these files all day. I am currently at nr.59.tar.gz and it is still downloading. Does anyone know how many subdirectories will be downloaded?
Thanks in advance!
There are 59 files for download in total :) If your query sequence set is small, you can run blast without downloading the nr database:
blastp -query query.fasta -db nr -remote
.