first add

This commit is contained in:
Your Name
2024-11-24 20:53:33 +08:00
commit c0239f4a3d
180 changed files with 57702 additions and 0 deletions

13
docker/README.md Normal file
View File

@@ -0,0 +1,13 @@
```shell
```
```shell
python run_alphafold.py \
--db_dir=/app/alphafold/alphafold3_database \
--json_path=/app/alphafold/alphafold_input.json \
--model_dir=/app/alphafold/models \
--output_dir=/app/alphafold/af_output \
--run_data_pipeline true \
--run_inference true
```