sokrypton / ColabFold

Making Protein folding accessible to all!
MIT License
1.93k stars 483 forks source link

Timing out when attempting to make a prediction? #646

Open rachitk opened 1 month ago

rachitk commented 1 month ago

First off - thank you so much for creating this amazing resource!

Expected Behavior

Receive a response from the MSA server.

Current Behavior

Timeouts when trying to query the MSA server for any protein sequence.

Steps to Reproduce (for bugs)

When trying to run colabfold-batch for any sequence, I get the below timeout error(s).

ColabFold Output (for bugs)

2024-08-29 11:03:36,940 Running colabfold 1.5.5 2024-08-29 11:03:37,350 Unable to initialize backend 'rocm': NOT_FOUND: Could not find registered platform with name: "rocm". Available platform names are: Interpreter CUDA 2024-08-29 11:03:37,351 Unable to initialize backend 'tpu': module 'jaxlib.xla_extension' has no attribute 'get_tpu_client' 2024-08-29 11:03:40,213 Running on GPU 2024-08-29 11:03:40,985 Found 9 citations for tools or databases 2024-08-29 11:03:40,986 Query 1/1: cd6a78b82fede215cdb80a797f228098a41178fdde0753728f3781e6221fb1ee (length 1167) 2024-08-29 11:03:56,000 Timeout while fetching result from MSA server. Retrying... 2024-08-29 11:05:16,019 Error while fetching result from MSA server. Retrying... (1/5) 2024-08-29 11:05:16,023 Error: HTTPSConnectionPool(host='api.colabfold.com', port=443): Read timed out.

Context

curl https://api.colabfold.com/queue returns

{"queued":0}

Your Environment

I am currently running ColabFold locally using the docker container (https://github.com/sokrypton/ColabFold/wiki/Running-ColabFold-in-Docker) on a cluster system running CentOS7, with a Tesla T4 GPU. The cluster does have access to the internet.

rachitk commented 1 month ago

Download In the installer menu, select "gcc."

Absolutely do not do this - the person above (@Anubi5x0) is likely a bot or compromised account posting a virus.

(EDIT: This was a reply to a message that was made by a bot - not to the original issue message).

rachitk commented 1 month ago

Oh, sorry - just noticed these comments on an older issue: https://github.com/sokrypton/ColabFold/issues/606#issuecomment-2317411013

Thanks again for all of your work!

milot-mirdita commented 1 month ago

Sorry about the malware bot :/ should have deleted the comment faster. Things should be back to normal for now. (see also https://github.com/YoshitakaMo/localcolabfold/issues/252)

rachitk commented 1 month ago

Thank you so much for all of your work! I really appreciate it.