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've bumped into what appears to be a bug when using easy-search with the --greedy-best-hits flag and --cov-mode 1 -c 1, where hits containing targets that fully cover the query are being filtered out. I've outlined the behaviour in the minimal repro below:
Using file seq.fasta with content (the sequence is arbitrary):
My guess is that there is a bug in the summarizeresult command being run when --greedy-best-hits is passed in: summarizeresult tmp/15248047069833069253/result tmp/15248047069833069253/result_best -a 1 --overlap 0 -c 1 --threads 8 --compressed 0 -v 3
But it's quite possible I'm missing something... thanks for your time!
You can download the precompiled static binary that contains the fix (and latest git changes) at https://mmseqs.com/latest in about an hour when all tests pass through successfully.
I've bumped into what appears to be a bug when using
easy-search
with the--greedy-best-hits
flag and--cov-mode 1 -c 1
, where hits containing targets that fully cover the query are being filtered out. I've outlined the behaviour in the minimal repro below:Using file
seq.fasta
with content (the sequence is arbitrary):and running
easy-search
with the above fasta as both the query and target:mmseqs easy-search seq.fasta seq.fasta result.tsv tmp --cov-mode 1 -c 1 --greedy-best-hits
produces an emptyresult.tsv
Running the above command without the
--greedy-best-hits
flag results in the expectedresult.tsv
:My guess is that there is a bug in the
summarizeresult
command being run when--greedy-best-hits
is passed in:summarizeresult tmp/15248047069833069253/result tmp/15248047069833069253/result_best -a 1 --overlap 0 -c 1 --threads 8 --compressed 0 -v 3
But it's quite possible I'm missing something... thanks for your time!
Expected Behavior
A result.tsv with content
Current Behavior
An empty result.tsv
Steps to Reproduce (for bugs)
MMseqs Output (for bugs)
Context
See above.
Your Environment
Include as many relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered: