Suppose you've got a local BLAST (specifically, blastp) instance and a "fasta reference dataset", and you just wanna align (using blastp) a given query protein sequence against sequences from that dataset whose lengths are the same (or higher) than query's length. Can you set any option when running blastp so that it performs this behavior? If so, which option would be, and how to activate it?
why don't you just filter before building the blastdb or filter the blast output ?
I thought this too, and wondered if BLAST could do this "automatically" for me.
Include query length, subject length and alignment length in tabular output and you can do it post blastp with awk with very little effort.
blastp -help
for how to include this stuff in blast output..