Skip to content

Commit bcb56e2

Browse files
authored
Fix command path in CLI tutorial for quickrun
Updated command path for running a simulation in the tutorial.
1 parent e030d05 commit bcb56e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rbfe_tutorial/cli_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ where
213213
To run one simulation from the tutorial data, a command might look like:
214214

215215
```bash
216-
openfe quickrun transformations/rbfe_lig_ejm_31_solvent_lig_ejm_42_solvent.json -o results/rbfe_lig_ejm_31_solvent_lig_ejm_42_solvent.json -d results/rbfe_lig_ejm_31_solvent_lig_ejm_42_solvent/
216+
openfe quickrun network_setup/transformations/rbfe_lig_ejm_31_solvent_lig_ejm_42_solvent.json -o results/rbfe_lig_ejm_31_solvent_lig_ejm_42_solvent.json -d results/rbfe_lig_ejm_31_solvent_lig_ejm_42_solvent/
217217
```
218218

219219
When running a complete network of simulations, it is important to ensure that the file name for the result JSON and name of the working directory are different for each leg and each repeat, otherwise you'll overwrite results.

0 commit comments

Comments
 (0)