This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to solve Warning: [blastx] Taxonomy name

I am running blastX with the following:

blastx -db nr -remote -max_target_seqs 10 -outfmt  '6 sskingdoms' -query temp.fa

where temp.fa is the file (actually, more a txt than fa since I did not include the header) with the sequence, for instance:

ACGAAACCTATAGAGGATATTGGAATCGTCGTGTTGGATAACAAGCAGATAACTATCACTTCCGGTGTGCTGGAGGCTTTGCTTGAGAACAACTGTTCCGT

I get the warning

Warning: [blastx] Taxonomy name lookup from taxid requires installation of taxdb database with ftp://ftp.ncbi.nlm.nih.gov/blast/db/taxdb.tar.gz

But I also preceded the analysis with

export BLASTDB="~/blast/bin"

where the taxdb.btd and taxdb.bti are present.

How can I sort this error?

alignment blastx warning blast

1 answer

You can't combine -remote searches with local blast. Do one or the other.

Log in to answer this question.