soedinglab / MMseqs2

MMseqs2: ultra fast and sensitive search and clustering suite
https://mmseqs.com
GNU General Public License v3.0
1.39k stars 195 forks source link

Alignment step died #511

Open lynn242 opened 2 years ago

lynn242 commented 2 years ago

Current Behavior

We are consistently receiving the following error: munmap_chunk(): invalid pointer leading to .../linclust/sh: line 76: 2444 Aborted (core dumped) $RUNNER "$MMSEQS" "${ALIGN_MODULE}" "$INPUT" "$INPUT" "$RESULTDB" "${TMP_PATH}/aln" ${ALIGNMENT_PAR} leading to: "Error: Alignment step died" "Error: Search died"

Steps to Reproduce (for bugs)

file used: seqs.fasta (download seqs.txt from this issue, then change the file name extension to .fasta) command used: mmseqs easy-linclust seqs.fasta /tmp/mmseqs /tmp --min-seq-id 0.9 -c 1.0 --cov-mode 0

MMseqs Output (for bugs)

see screenshot

Your Environment

Include as many relevant details about the environment you experienced the bug in.

seqs.txt

image

Please let us know if there is anything else you need. Thanks in advance!

AnnSeidel commented 2 years ago

This is a small bug in the release, which only occurs with sequences smaller than alphabet size, it is already fixed in the current github version. The relevant commit is c7f6a37