You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use MMseqs2 to obtain protein sequences from the query dataset that are completely dissimilar to the protein sequences in the target dataset (e.g., with a similarity threshold of 0.3). What should I do? Can I achieve this goal using the following code:
The results I obtained using the above code only show the protein sequences from the query dataset that are below the threshold for certain proteins in the target dataset( resultDB0.3.txt ), which is confusing to me. Did I make a mistake?