The colabdb_search.sh script calls mmseqs result2msa --msa-format-mode 6 ("${MMSEQS}" result2msa "${BASE}/qdb" "${DBBASE}/${DB1}.idx" "${BASE}/res_exp_realign_filter" "${BASE}/uniref.a3m" --msa-format-mode 6 --db-load-mode 2 ${FILTER_PARAM} to be exact), which replaces X with - in the query.
Run colabfold_search.sh with Q58725.fasta as input.
MMseqs Output (for bugs)
n/a
Your Environment
Include as many relevant details about the environment you experienced the bug in.
Git commit used (The string after "MMseqs Version:" when you execute MMseqs without any parameters): 49c2b70b47a7912947411b128b60f6a994dcc88b
Which MMseqs version was used (Statically-compiled, self-compiled, Homebrew, etc.): self-compiled
For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation: cmake version 3.13.4, gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, ninja 1.10.2.git.kitware.jobserver-1, mkdir build && cd build && cmake .. -G Ninja && ninja
Server specifications (especially CPU support for AVX2/SSE and amount of system memory): avx2 support, 2TB
The colabdb_search.sh script calls
mmseqs result2msa --msa-format-mode 6
("${MMSEQS}" result2msa "${BASE}/qdb" "${DBBASE}/${DB1}.idx" "${BASE}/res_exp_realign_filter" "${BASE}/uniref.a3m" --msa-format-mode 6 --db-load-mode 2 ${FILTER_PARAM}
to be exact), which replacesX
with-
in the query.Q58725.fasta according to uniprot:
a3m file from
result2msa
(there's a-
in the second line):Expected Behavior
X
remainsX
in a3m filesCurrent Behavior
X
is replaced by-
in the a3m files.Steps to Reproduce (for bugs)
Run
colabfold_search.sh
with Q58725.fasta as input.MMseqs Output (for bugs)
n/a
Your Environment
Include as many relevant details about the environment you experienced the bug in.
mkdir build && cd build && cmake .. -G Ninja && ninja