Skip to content

Commit d958d56

Browse files
authored
Merge pull request #2 from bgizelarMCW/bgizelarMCW-alphafold3_input
Update alphafold.md
2 parents cef7863 + 0bb12d2 commit d958d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/alphafold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ module load alphafold/3.0.1
202202
apptainer exec /hpc/containers/alphafold_3.0.1.sif python /app/alphafold/run_alphafold.py \
203203
--model_dir=$HOME/af3 \
204204
--db_dir=$DATABASES_DIR \
205-
--json_path=fold_data.json \
205+
--json_path=fold_input.json \
206206
--output_dir=$PWD \
207207
--norun_inference
208208
```

0 commit comments

Comments
 (0)