So I am trying to download the latest nr database and use blast with it on Ubuntu 16.04. I compiled and installed the latest blast and then used update_blastdb.pl to download nr, which worked fine. But when I try to run a blast query using nr I get this error:
BLAST Database error: No alias or index file found for nucleotide database [/share/genomes/ncbi/nr/nr] in search path [/share/biocore/joshi/sandbox::]
And I am definitely using the correct way of specifying nr. Here is my blastn command:
blastn -query test.fa -db /share/genomes/ncbi/nr/nr -num_threads 30
/share/genomes/ncbi/nr/ is a directory containing all of the nr files.
So then I downloaded nt and ran the same command with nt and it worked just fine. It seems that whatever index file is needed by blastn is not included in any of the tar files for nr. Anybody have any ideas?
BLAST Database error: No alias or index file found for nucleotide database [/share/genomes/ncbi/nr/nr] in search path [/share/biocore/joshi/sandbox::]
And I am definitely using the correct way of specifying nr. Here is my blastn command:
blastn -query test.fa -db /share/genomes/ncbi/nr/nr -num_threads 30
/share/genomes/ncbi/nr/ is a directory containing all of the nr files.
So then I downloaded nt and ran the same command with nt and it worked just fine. It seems that whatever index file is needed by blastn is not included in any of the tar files for nr. Anybody have any ideas?
Comment