Hello everyone!
I have a set of sequences that I want to blast against two other databases and see what the top hit is in each database. Looking around the internet, I have not found an answer for getting the top hit from each database. Is this possible using standalone blast?
Thank you very much!
Thank you very much for your answer.
However, what I would like to do is simultaneously blast against two databases, and generate the top hit for EACH database. So that for each query sequence, there are two target sequences, each representing the top hit in each of the two databases.
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.You will have to use a.zielezinski 's solution two times against the two databases to get the information you need.
Unless it is some special case where you always expect the top hits (from two databases) to surface as first two then you could merge your two databases and then select two top hits (but this seems unlikely to be the case).
Okay, thank you very much!
If the solution below is useful then go ahead and "accept" (green check mark) the answer to provide closure to this thread.