I'm trying to run a script that BLASTs against the pre-formated BLAST databases. When I run my script I get the error Can't exec "blastall." I'm using
blastall -p blastn -d database -i $i -o $1.out
When I unpack the NCBI tar there is no blastall.
There is no blastall in NCBI's BLAST+. Only in the C branch (the one called "blast", not "blast+").
Yes, thank you. I edited my post to an even more general debugging one.