Skip to content

Commit 001cd17

Browse files
authored
Update trajectory file names in getting_started.rst
1 parent aa7a64a commit 001cd17

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)