BLAST Database error: No alias or index file found for nucleotide database [nr] in search path
Can you explain what vital steps I missed out? Thank you again.
Getting all taxids of bacteria (taxid 2)
./blastdbcmd -db nr -entry all -outfmt "%g %T" | awk ' { if ($2 == 2) { print $1 } } ' | ./blastdbcmd -db nr -entry_batch - -out bacteria_sequences.txt
thank you very much for replies
BLAST+ 2.8.1 with blastdb v5 allow you to limit your search by taxonomy using information built into the BLAST databases. So you don't need to build blastdb for specific taxids now !