JeffSHF / ColabDock

Code for ColabDock paper
Other
124 stars 14 forks source link

Exception: Please provide correct AF2 weights directory! #11

Open lqli-100 opened 1 year ago

lqli-100 commented 1 year ago

Hello, When I run the code, I encounter the following error: "Exception: Please provide correct AF2 weights directory! " I hope to get your help. Thank you.

JeffSHF commented 1 year ago

Hi. You should first download AF2 params. https://storage.googleapis.com/alphafold/alphafold_params_2022-12-06.tar. Also, before runing the code, do not forget to set variables in config.py.

lqli-100 commented 1 year ago

Got it. Thanks.