Blast Fatal Error -Database Not Found
1
0
Entering edit mode
10.3 years ago
zeeniajagga ▴ 30

I am using blastall 2.2.26 on ubuntu for local databse blast for

Query: c4_n2_train.fasta;

Database: c4_n2_test.fasta;

With my database files in the same directory, but still I am getting FATAL ERROR

$ ls
c4_n2_test.fasta   c4_n2_train.fasta.phr  c4_n2_train.fasta.psq
c4_n2_train.fasta  c4_n2_train.fasta.pin  formatdb.log

$ blastall -p blastp -d ./c4_n2_train -i c4_n2_test.fasta -m 8
[blastall] FATAL ERROR: sp|Q83943_N13|1A_OLV2I: Database ./c4_n2_train was not found or does not exist

$ blastall -p blastp -d c4_n2_train -i c4_n2_test.fasta -m 8
[blastall] FATAL ERROR: sp|Q83943_N13|1A_OLV2I: Database c4_n2_train was not found or does not exist

Am I grossly missing out something. Any suggestions on how to trouble shoot this. Thank you.

blast error • 4.3k views
ADD COMMENT
0
Entering edit mode

oh, never mind, seems like you built a db

ADD REPLY
3
Entering edit mode
10.3 years ago
arnstrm ★ 1.8k

Your blast database name is c4_n2_train.fasta not just c4_n2_train!

ADD COMMENT
0
Entering edit mode

Thank you @arnstrm for pointing the error, I was under notion that I have to use base name for the database and not the fasta files. Its working now.

ADD REPLY

Login before adding your answer.

Traffic: 1578 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6