This is a test version of Biostars. For the public version, visit https://www.biostars.org.
remote blast requires installation of taxdb database

I was trying to do some remote blast. Here is my command:

blastn -query myquery.fasta -db nt -out myblast.out -remote -num_alignments 10 -outfmt "6 qacc saccver pident sscinames length mismatch gapopen evalue bitscore"

I wanted to get the scientific name instead of taxid so I requested sscinames in my output format. I am almost certain that this worked for me a few months ago (according to my work log). Today it stopped working, returning N/A for the sscinames column with warning,

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

for each query.

I would assume installing taxdb on my local computer wouldn't help.

I am using blast 2.6.0+

Any help is appreciated.

blast

Have you emailed NCBI blast support if you are sure this has worked in the past? Perhaps there may just be some temporary glitch. They are generally responsive.

I have the same problem. Did you find a solution?

I also have this problem Is there any update?

yes I did and also updated to blast 2.9 (I had 2.7). From NCBI they answered that the taxdb is required by 'sscinames' so I skipped that. I solved by grepping the taxonomy ID from the taxdb file. Less elegant but it works...

Did you have any luck with this?

Thanks

0 answers

No answers yet.

Log in to answer this question.