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 ?
Hi, I'm new to unix and I am having trouble running blast. this is what I'm getting
1 answer
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.)
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.
Log in to answer this question.