Dear all,
I need to perform a large BLAST search and I am using blastn in remote from the terminal. However, this takes way too long to give an answer and I have been thinking of creating a local database to speed the analysis. How can I download the all nr/nt repository? I see there is one here for the RefSeq. Would be this good? would it be already indexed or shall I create the index with makeblastdb?
Thank you
Download BLAST Software and Databases
Thank you, but what files shall I get for the nr/nt? I understand I should use
$ perl ~/src/blast/bin/update_blastdb.pl --decompress nucl Connected to NCBI nucl not found, skipping. ``` So what would be the correct syntax?
./update_blastdb.pl --decompress ...
but with what other parameters? From the manual I can see./update_blastdb.pl --decompress swissprot
but I am not interested in proteins, thus -- since to build the database the command ismakeblastdb -in {input} -dbtype nucl
I tried: `