How To Set Own Protein Fasta File As Database In Ncbi-Blast-2.2.28
1
0
Entering edit mode
10.4 years ago
Naren ▴ 1000

I have installed NCBI-Blast-2.2.28 on win-7.
Also set the path variable to bin directory. I want my protein fasta file to be used as database. against protein query with few sequences. (all vs all).

Upon following commands:

 blastdbcmd -db my_db.fasta  -outfmt "%f" -out query.fasta.txt

 blastp -query query.fasta -db my_db.fasta -out output.txt

Error: No alias or index file found for protein database

(files are present in folder specified).

Where I might have gone wrong?

• 4.8k views
ADD COMMENT
1
Entering edit mode
10.4 years ago
Michael 54k

You should read the fine Blast+ documentation. you need to run makeblastdb to format a database first. You can't use blastdbcmd on a fasta file. You can use blastp with -subject my.fasta instead of -db.

ADD COMMENT

Login before adding your answer.

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