I want to know if there is a blast way or a blast-like tool in which a query will search through a database and return only predetermined hits based on given flags like sequence fasta ids. To be more specific, I want to perform a tblastn via command-line blast against my fasta formatted customized nucleotide database. So for example if my query file consists of multiple (many) refseq protein sequences in fasta format and if there is a relationship between my queries and my database sequences (i.e. for each protein query there are four orthologous nucleotides sequences corresponding to it), is it possible to return only the hits which exactly correspond to your query(ies)?
Thanks.