Skip to content
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

update AlphaFold 3 docs #1129

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

update AlphaFold 3 docs #1129

wants to merge 3 commits into from

Conversation

fizwit
Copy link
Member

@fizwit fizwit commented Feb 5, 2025

model and parameter data should be bind mounted

@fizwit fizwit requested a review from a team as a code owner February 5, 2025 20:00
@dtenenba
Copy link
Contributor

dtenenba commented Feb 5, 2025

This is not needed because we already have

--model_dir=$MODEL_PATH

and

$MODEL_PATH is /root/public_databases/parameter_models/.

Also, the syntax is wrong on the line you added, the = should be a :, but again, this is not needed.

@fizwit
Copy link
Member Author

fizwit commented Feb 6, 2025

lets use the real path to the parameter data: export MODEL_PATH=/shared/biodata/alphafold3/parameter_models

fixed
--bind $MODEL_PATH:/root/models \

@dtenenba
Copy link
Contributor

dtenenba commented Feb 6, 2025

I tried this and got:

FileNotFoundError: [Errno 2] No such file or directory: '/shared/biodata/alphafold3/parameter_models'

Inside the container /shared/biodata is not visible.

I ran the existing script and it worked. I just changed BASE to a directory that had an input json file and an output/ directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants