Blast Database error
1
0
Entering edit mode
8.3 years ago
ksi216 ▴ 80

Hi, I'm new to unix and I am having trouble running blast. this is what I'm getting

http://postimg.org/image/srbf5e0v5/

blast • 1.9k views
ADD COMMENT
2
Entering edit mode
8.3 years ago

You supplied the database est_human.aa which from the rest of the screenshot doesn't seem to be in the folder /home/BI7533/ncbi-blast-2.2.31+/db, you have only a est_human database in there.

I'm not really sure what you're trying to do - est_human.aa implies that you want to blast against amino-acids/proteins, but you're using the command blastn (nucleotide blast), not blastp (protein blast). The est_human database you have there is a nucleotide database (it ends in nsd, nin, nhr, nal, the protein databases like swissprot end in pni, pnd, etc.)

ADD COMMENT
0
Entering edit mode

I just want to run that file against the est_human database. Im not sure of the syntax for the command. I want it to run against every file that has est_human. How would I do this ?

ADD REPLY
0
Entering edit mode

Use -db /path_to/est_human (you do not need to specify any suffix) in addition to other options you want to use for blast.

ADD REPLY
0
Entering edit mode

Command line argument error:

Argument "query". File is not accessible: `41o5.fa

thats what I got now.

ADD REPLY
0
Entering edit mode

Post the full command you are using if you want additional help.

That error seems to indicate that the file in question is not readable/available in $PATH.

ADD REPLY

Login before adding your answer.

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