Closed serbulent-av closed 11 months ago
Please follow the instructions on the colabfold GitHub for setting up a server:
https://github.com/sokrypton/ColabFold/tree/main/MsaServer
I didn't get from your other issues that you are trying to set up a colabfold server. We are not using docker-compose for colabfold.
Oh, thanks the Colabfold is on the client side I assumed MMSeqs-App is a general server which also could serve to the ColabFold as well.
If you want to set up a ColabFold MSA server you do use the mmseqs server, but it has its own installation instructions and database setup.
Also the standard warning for the colabfold server: you do need enough RAM to hold the databases fully in RAM, or it will be really slow.
You might be better served with the colabfold_search script which uses MMseqs2 in a different way, that has lower resource requirements, but is not well suited for single query searches.
Thanks Milot !
After installing and running the MMseqs2-App I started a query from ColabFold. I tried the same query with public MMseqs2 server and get MSAs without any error. However for my local server I get 405 Not Allowed error. To ensure that permissions is available I also started the server as;
sudo docker compose up
However the result haven't changed. Here is the full output from ColabFold and log files of ngnix is also attached.
access.log error.log mmseqs-web.access.log