-
Notifications
You must be signed in to change notification settings - Fork 19
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
error on installing AF2complex on colab notebook #23
Comments
The reason for this error is because Colab updated their environment, which unforuntaly is incompatible with the current notebook. If you have direct access to a GPU node, you could try install AF2Complex and run it directly. |
I see. Thank you very much |
I am using school's server to run alphafold and command is somthing like the following module add singularity/3.10.0 I only have limited access to Alphafold using the server. Moreover, I think I am using singularity to run Alphafold instead of docker. May I know where I should alter the command so that I can run af2complex propoerly? |
May I know what version of jaxlib I should have if I install jax==0.3.25 because I following the command you suggested CUDA=11.1.1 I very much appreciate if you could suggest me the version of installing jax and jaxlib |
Please try:
|
Very much appreciate your help. In addition, I find that scipy.spatial is needed in your modified alphafold script "confidence.py", line 532 but you did not import this package for the command. Again, thank you very much for your help. |
When I try to run AF2complex on colab, I come across the following error. I will very much appreciate if you can solve this error for me.
The text was updated successfully, but these errors were encountered: