Skip to content

update AlphaFold 3 docs#1129

Draft
fizwit wants to merge 3 commits into
mainfrom
af3
Draft

update AlphaFold 3 docs#1129
fizwit wants to merge 3 commits into
mainfrom
af3

Conversation

@fizwit

@fizwit fizwit commented Feb 5, 2025

Copy link
Copy Markdown
Member

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

dtenenba commented Feb 5, 2025

Copy link
Copy Markdown
Contributor

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

fizwit commented Feb 6, 2025

Copy link
Copy Markdown
Member Author

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

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

@dtenenba

dtenenba commented Feb 6, 2025

Copy link
Copy Markdown
Contributor

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.

@laderast laderast marked this pull request as draft March 21, 2025 19:38
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