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
Hi team!
We use mmseqs easy-linclust in FastOMA for comparative genomics and orthology inference, recently some users are experiencing Segmentation fault with mmseqs (like here).
Expected Behavior
When I use easy-clust with version mmseqs v14.7e284, it works well and it generates the clusters reported in _cluster.tsv and _all_seqs.fasta.
I'm using university's cluster login node with 48 CPUs.
Git commit used (The string after "MMseqs Version:" when you execute MMseqs without any parameters): 0898eb901272f318bd099a4b7e56d221bbb050cc
Which MMseqs version was used (Statically-compiled, self-compiled, Homebrew, etc.):
I used latest conda and also I compiled myself from the latest github.
For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation:
$ cmake --version
cmake version 3.31.4
$ g++ --version
g++ (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3)
$ gcc --version
gcc (GCC) 11.4.1 20231218 (Red Hat 11.4.1-3)
Server specifications (especially CPU support for AVX2/SSE and amount of system memory):
Thank you for the report. Should be fixed with commit 492297b
The problem was introduced by changes to our GPU database code. Your sequence *RRTVALGFHPTNPLQFP...RKGLNH*TALTLLVP*QFENLFGPCR, which begins with *, triggered the GPU sequence mapping code.
Hi team!
We use
mmseqs easy-linclust
in FastOMA for comparative genomics and orthology inference, recently some users are experiencing Segmentation fault with mmseqs (like here).Expected Behavior
When I use easy-clust with version mmseqs v14.7e284, it works well and it generates the clusters reported in
_cluster.tsv
and_all_seqs.fasta
.Current Behavior
When I use latest mmseqs2 from conda (16.747c6), I face Segmentation fault.
I also installed from github source (0898eb9), which was sucessfull but I face the same Segmentation fault
Steps to Reproduce (for bugs)
I started each time from new folders.
try1) Failed with version 16.747c6
try2) Failed with 0898eb9
MMseqs Output (for bugs)
successful_14.7e284.tar.gz
failed_16.747c6_089eb_.tar.gz
Context
This is the fasta file
singleton_unmapped.fa.zip
Your Environment
I'm using university's cluster login node with 48 CPUs.
Git commit used (The string after "MMseqs Version:" when you execute MMseqs without any parameters):
0898eb901272f318bd099a4b7e56d221bbb050cc
Which MMseqs version was used (Statically-compiled, self-compiled, Homebrew, etc.):
I used latest conda and also I compiled myself from the latest github.
For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation:
The previous github issue here is related to this.
The text was updated successfully, but these errors were encountered: