Skip to content

Commit a0dfa7a

Browse files
authored
MOLMOD variables
1 parent c6d1899 commit a0dfa7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

education/molmod_online/simulation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,12 @@ This choice is usually limited by the force field, unless there is a specific ne
319319
Generate a topology and matching structure for the p53 peptide with GROMACS.
320320
</a>
321321
<a class="prompt prompt-attention">
322-
Make sure the folder charmm36-jul2022.ff/ is present in your current working directory before running pdb2gmx.
322+
Make sure the folder charmm36-jul2022.ff/ is present in your current working directory before running pdb2gmx.
323323
When you run the command, GROMACS will prompt you to choose a force field - charmm36-jul2022 should appear as option 1.
324324
</a>
325+
<a class="prompt prompt-cmd">
326+
cp -r $MOLMOD_DATA/charmm36-jul2022.ff .
327+
</a>
325328
<a class="prompt prompt-cmd">
326329
gmx pdb2gmx -f p53_helix.pdb -o peptide.gro -p peptide.top -ignh -ter
327330
</a>
@@ -362,7 +365,7 @@ one at each end of the peptide sequence, before capping.
362365
Capping is performed with:
363366

364367
<a class="prompt prompt-cmd">
365-
python3.10 pdb_cap.py --pdb peptide_helix.pdb --cap
368+
python3.10 $MOLMOD_BIN/pdb_cap.py --pdb peptide_helix.pdb --cap
366369
</a>
367370

368371
The script produces a new file named peptide_helix_capped.pdb, which should then be used as input for pdb2gmx.

0 commit comments

Comments
 (0)