-
Notifications
You must be signed in to change notification settings - Fork 591
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
Will provide a conda install guidelines? Cause docker cannot used #19
Comments
Hi, we are not planning providing AlphaFold 3 on Conda. If you wish to install this without Docker, you can follow the commands in the Docker container (see https://github.com/google-deepmind/alphafold3/blob/main/docker/Dockerfile) to install AlphaFold 3 directly without Docker. |
This is a conda version install step which worked for me. 1. Install HMMER as dockfile describe2. create conda env and pip packages
3. Specify the model, alphafold3 database and hammer's binary_path location. then make prediction using alphafold3 |
@Paulie-ai Thank you very much. Would it be possible for you to provide a more elaborate procedure so that it will help many future people like me who are not familiar with the process? |
I followed steps by @Paulie-ai, but with some minor changes in the step2. Here are the details
I first tried this |
Why do you need those
|
No description provided.
The text was updated successfully, but these errors were encountered: