-
Notifications
You must be signed in to change notification settings - Fork 245
Description
INFO:colabfold.mmseqs.search:Running mmseqs expandaln out3/qdb /mnt/d/conda/jupyter/ColabFold/database/uniref30_2302_gpu.idx out3/res /mnt/d/conda/jupyter/ColabFold/database/uniref30_2302_gpu.idx out3/res_exp --db-load-mode 0 --threads 18 --expansion-mode 0 -e inf --expand-filter-clusters 1 --max-seq-id 0.95
expandaln out3/qdb /mnt/d/conda/jupyter/ColabFold/database/uniref30_2302_gpu.idx out3/res /mnt/d/conda/jupyter/ColabFold/database/uniref30_2302_gpu.idx out3/res_exp --db-load-mode 0 --threads 18 --expansion-mode 0 -e inf --expand-filter-clusters 1 --max-seq-id 0.95
Index version: 16
Generated by: 2348eb6
ScoreMatrix: VTML80.out
Index version: 16
Generated by: 2348eb6
ScoreMatrix: VTML80.out
Invalid database read for database data file=/mnt/d/conda/jupyter/ColabFold/database/uniref30_2302_gpu.idx, database index=/mnt/d/conda/jupyter/ColabFold/database/uniref30_2302_gpu.idx.index
getData: local id (4294967295) >= db size (17)
//
uniref30_2302_db & colabfold_envdb_202108_db database download from colabfolad database, and work well using colabfold/mmseq cpu version.
then i change env to gpu version;
error when using mmseqs-linux-gpu.tar.gz 20-Sep-2025 10:46, i have covert db by using
mmseqs makepaddedseqdb uniref30_2302_db uniref30_2302_gpu;
mmseqs createindex uniref30_2302_gpu;
It's that right? & Could you tell me how to convert database correctly and how to solve "mmseqs expandaln error"?
thank you!