-
Here is the code
and for a given query I get multiple hits. Is there a way to reduce to only one hit either in the code or post blast? |
Beta Was this translation helpful? Give feedback.
Answered by
kubu4
Feb 2, 2021
Replies: 3 comments
-
I think if you add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sr320
-
And I believe after the fact in R, this works
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Also, post-BLAST, you can use this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think if you add
-max_hsps 1
as an argument, you should get what you want.