ColabFold icon indicating copy to clipboard operation
ColabFold copied to clipboard

mmseqs2 expandaln receives an unrecognised parameter --db-load-mode in search.py

Open dingquanyu opened this issue 3 years ago • 2 comments

Hi,

I've freshly installed mmseqs2 and colabfold then running colab_search.py gave me the error:

subprocess.CalledProcessError: Command '[PosixPath('mmseqs'), 'expandaln', PosixPath('msas/qdb'), PosixPath('/scratch/gchojnowski/dbs/uniref30_2103_db.idx'), PosixPath('msas/res'), PosixPath('/scratch/gchojnowski/dbs/uniref30_2103_db.idx'), PosixPath('msas/res_exp'), '--db-load-mode', '0', '--threads', '64', '--expansion-mode', '0', '-e', 'inf', '--expand-filter-clusters', '1', '--max-seq-id', '0.95']' returned non-zero exit status 1.

This is owning to the db-load-mode in this line:https://github.com/sokrypton/ColabFold/blob/22671664ac2c9dcb30086c3e654414d950ccb297/colabfold/mmseqs/search.py#L108 I don't think in this line within the search.py, db-load-mode is supposed to be there? I've checked that mmseqs expandaln doesn't take db-load-mode as a parameter.

Yours Dingquan

dingquanyu avatar Oct 07 '22 14:10 dingquanyu

hi may i ask whether you resolve this issue? thanks, i met the same problem.

real-junjiezhang avatar Feb 10 '25 17:02 real-junjiezhang

This should only happen if you use a very old MMseqs2 issue with colabfold_search. Please update MMseqs2

milot-mirdita avatar Feb 14 '25 06:02 milot-mirdita