I format my yeast.aa amino acid with this command
makeblastdb -dbtype prot -in yeast.aa -hash_index
it created several files then i run this query command with blastp
blastp -query reptiles.fasta -db yeast
which throws error saying
no alias or index file found for ......
please resolve my issue
actually i want to align two seq on my machine using standaloneblast+
It doesn't find your database. So where is it?
sir i have placed yeast.aa in same folder where after executing makeblast all file is also kept , ifact all file in same folder from all exe to db files
try
blastp -query reptiles.fasta -db yeast.aa
if that doesn't work locate the full path to yeast.aa and try that:blastp -query reptiles.fasta -db /path/to/yeast.aa