localcolabfold icon indicating copy to clipboard operation
localcolabfold copied to clipboard

Avoiding ratelimits by searching against ColabFold DBs locally

Open IlyesAbdelhamid opened this issue 2 years ago • 2 comments

Hello,

I've been running a lot of simulations with ColabFold and I noticed that a RATELIMIT had been encountered for some of them. To avoid this issue, I then decided to build ColabFold databases (setup_databases.sh) and search against them locally. Is it possible to pass the path of ColabFold databases to colabfold_batch command and stop requesting the ColabFold server's API in order to process MMSeq2 search? Or should I change my workflow and run first colabfold_search then colabfold_batch ?

Thank you in advance for your reply!

Sincerely, Ilyes

IlyesAbdelhamid avatar Jul 31 '22 15:07 IlyesAbdelhamid

ilyes - I came up against the same issue with Ratelimits. Taking the databases local seems like a good idea. Did you find a workaround in the end?

cclough avatar Mar 23 '23 21:03 cclough

Check here fro a solution: https://github.com/sokrypton/ColabFold/issues/563

dbolser avatar Feb 26 '24 12:02 dbolser