Error with database alias when running blastp
1
0
Entering edit mode
9.5 years ago
thjnant ▴ 160

I have made a blast protein database with this command:

./makeblastdb -in input.fsa -out prot.db -dbtype prot -hash_index

It has generated 8 files as follows:

prot.db.phd  prot.db.phi  prot.db.phr  prot.db.pin  prot.db.pog  prot.db.psd  prot.db.psi  prot.db.psq

I have put everything in one folder called prot.db and now want to run the blastp with this command:

blastp -db  prot.db/ -query pep.fa -out results.out

But it gives me the following error which I don't understand how to solve:

BLAST Database error: No alias or index file found for protein database [prot.db/] in search path

I have been looking around to find a solution but I don't understand how I should proceed. Any help would be appreciated.

blast • 2.4k views
ADD COMMENT
0
Entering edit mode

The error indicates the file stated in your -db is not a database file or it cannot find it. Therefore, make sure it was made into a BLASTable database by running

makeblastdb -in filename -dbtype databasetype -out outputfile
ADD REPLY
0
Entering edit mode
9.5 years ago

use prot.db , not prot.db/

ADD COMMENT
0
Entering edit mode

Unfortunately, I still get the same error.

ADD REPLY

Login before adding your answer.

Traffic: 2671 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