standalone blast error, stuck between two errors, i.e; query not accessible file error and BLAST Database error: No alias or index file found for protein database
1
0
Entering edit mode
2.8 years ago
Priya ▴ 20

STANDALONE BLAST is already installed in my remote server, and i am trying to do a simple blast between my protein query sequence and a file of whole protein sequences present in an organism. i made a database fold and made database with command-

makeblastdb -in GCF_000240185.1_ASM24018v2_protein.faa  -dbtype prot

then executed blastp comman-

blastp -query ~/firstref_seq -db /home/priya/BLAST/database/GCA_900635735.1_32875_B01_protein.faa -out test_results.txt

but its showing error-

BLAST Database error: No alias or index file found for protein database [/home/priya/BLAST/database/GCA_900635735.1_32875_B01_protein.faa] in search path [/home/priya/BLAST/database::]

i am executing blastp command in same directory where my database is present. someone tell me what's the problem here?

BLAST • 861 views
ADD COMMENT
0
Entering edit mode

errors are clear. Make sure that files and index is available on remote machine, for program to run.

ADD REPLY
0
Entering edit mode
2.8 years ago
Mensur Dlakic ★ 28k

Computers have no sense of humor. When you get a message that a file is not there, your computer is not kidding. You can convince yourself, and maybe help us help you, by typing this command and letting us know the output:

ls -al /home/priya/BLAST/database/GCA_900635735.1_32875_B01_protein.faa*

It keeps things tidier if you keep your thread titles shorter, maybe something like BLASTP Database error.

ADD COMMENT

Login before adding your answer.

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