-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multimeres not working with local mmseqs API #625
Comments
What mmseqs version is this using? Can you run |
This one:
|
Could you try updating to release 15? (or to git latest by downloading precompiled static binaries from https://mmseqs.com/latest/.) |
I rebuilt the API this way:
mmseqs version returns Works with monomeres but I still get the same error with multimeres. |
Hello, We have the same issue, any idea how to fix it ? Cheers, |
Hello! Just adding that we're having the same issue |
This sounds like some Docker weirdness (the correct path was not mounted or something like that). Does it work outside of Docker? |
Hello, I rebuilt the uniref30_2302 database and the problem disappeared. Thanks for your help. |
It turned out to just be a permissions issue for us. Expanding permissions
on the files fixed the issue
…On Thu, May 23, 2024 at 5:22 AM Julien Rey ***@***.***> wrote:
Hello,
I rebuilt the uniref30_2302 database and the problem disappeared.
Thanks for your help.
—
Reply to this email directly, view it on GitHub
<#625 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEFQ367LCRWDZJJIIRPMSL3ZDXNO5AVCNFSM6AAAAABH2RLTRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRWHE3TGMBWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
sometimes you don't see the forest for the trees :) i also didn't notice despite looking at the ls output multiple times |
I would like to refresh this issue since we encounter the same issue #649. However, in our case there is no permission problem ... |
Hello,
With a multimere as input (test.csv):
and using a local mmseqs2 API (--host-url parameter):
colabfold_batch 1.5.3 fails with:
Same happens with colabfold_batch 1.5.5.
Here are the logs of the mmseqs2 local API (which was built following the setup-and-start-local.sh script):
Here is the content of /data/banks/colabfold/ on the server running the API (generated with setup_databases.sh), the uniref30_2302_db_mapping file is present:
The mmseqs2 API is working perfectly fine with monomeres.
Here is the config.json file:
The text was updated successfully, but these errors were encountered: