Invalid database read for database data file=/home/user/project/target_DB/target_DB.idx, database index=/home/user/project/target_DB/target_DB.idx.index
getData: local id (4294967295) >= db size (22)
Steps to Reproduce (for bugs)
All these commands are executed when i run colabfold_search and fails on expandaln.
Expected Behavior
mmseqs expandaln
to complete successfully.Current Behavior
mmseqs expandaln
throws this error:Steps to Reproduce (for bugs)
All these commands are executed when i run
colabfold_search
and fails onexpandaln
.MMseqs Output (for bugs)
MMseqs output
Context
I wish to run
colabfold_search
on my own database via--db1 'target_DB'
.colabfold_search
works fine with--db1 'uniref30_2103_db'
.Number of sequences in
query.fasta
: 1Number of sequences in
target_DB.fasta
: 104664Number of sequences in resulting database
res
: 1011Number of sequences in intermediate databases:
I saw in another Issue asking to see what these
awk
commands returned when looking at databases:I can run these sequences via
mmseqs easy-search
(which does not callexpandaln
):Your Environment
cmake version 3.16.3
GNU 9.4.0
GNU 9.4.0
uname -a
Linux lambda-name 5.4.0-144-generic #161-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
Please let me know if there is any other information I can share to help debug this.
Kind regards.