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
When executing the MMSeqs2 taxonomy module on nucleotide contigs, I noticed a change between versions 15 and 16 of MMseqs2: While I always used the parameter --search-type with value 2 (= translated sequences), these runs (without changing anything than the version from 15 to 16) fail now with a segfault error in the blastp.sh script:
tmp1/16844758798936012027/tmp_hsp1/8003483337503689507/blastp.sh: line 144: 1172 Segmentation fault (core dumped) $RUNNER "$MMSEQS" prefilter "$INPUT" "$TARGET" "$TMP_PATH/pref_$STEP" $PREFILTER_PAR -s "$SENS"
Error: Prefilter died
Error: Search step died
Error: First search died
When I run the same thing with --search-type 3 (i.e. nucleotide), it runs through successfully. None of the other values are being accepted.
I doubt that it fails because of too little memory because I reprocude the error even on really small input files, e.g. 5 short contigs or less.
Note that I always do fresh runs; i.e. the tmp1 folder is not recycled.
Do you have any insight on where this behaviour could come from? I would love to go back to --search-type 2 asap :)
The text was updated successfully, but these errors were encountered:
When executing the MMSeqs2 taxonomy module on nucleotide contigs, I noticed a change between versions 15 and 16 of MMseqs2: While I always used the parameter
--search-type
with value 2 (= translated sequences), these runs (without changing anything than the version from 15 to 16) fail now with a segfault error in the blastp.sh script:When I run the same thing with
--search-type 3
(i.e. nucleotide), it runs through successfully. None of the other values are being accepted.I doubt that it fails because of too little memory because I reprocude the error even on really small input files, e.g. 5 short contigs or less.
Note that I always do fresh runs; i.e. the tmp1 folder is not recycled.
Do you have any insight on where this behaviour could come from? I would love to go back to
--search-type 2
asap :)The text was updated successfully, but these errors were encountered: