Skip to content

Commit 75689c3

Browse files
authored
Merge pull request #349 from CCPBioSim/348-docs-fix-incorrect-lysozyme-config-filename-in-user-guide
Correct lysozyme config filename in User Guide to match filestore
2 parents f54c41b + 001cd17 commit 75689c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Create or edit ``config.yaml`` in your working directory:
296296
---
297297
298298
run1:
299-
top_traj_file: ["1AKI_prod.tpr", "1AKI_prod.trr"]
299+
top_traj_file: ["1AKI_prod_new.tpr", "1AKI_prod_new.trr"]
300300
selection_string: 'all'
301301
start: 0
302302
end: 500
@@ -317,7 +317,7 @@ Run (equivalent CLI):
317317
.. code-block:: bash
318318
319319
cd /path/to/lysozyme_example
320-
CodeEntropy --top_traj_file 1AKI_prod.tpr 1AKI_prod.trr --temperature 300.0 --selection_string all --start 0 --end 500 --step 1 --verbose
320+
CodeEntropy --top_traj_file 1AKI_prod_new.tpr 1AKI_prod_new.trr --temperature 300.0 --selection_string all --start 0 --end 500 --step 1 --verbose
321321
322322
323323

0 commit comments

Comments
 (0)