Skip to content

Commit 7da717c

Browse files
authored
Merge pull request #758 from dkotzamp/update-tutorials
charmm36 ff requirement for gmx pdb2gmx
2 parents 0ad8fc5 + a0dfa7a commit 7da717c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

education/molmod_online/simulation.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@ This choice is usually limited by the force field, unless there is a specific ne
318318
<a class="prompt prompt-info">
319319
Generate a topology and matching structure for the p53 peptide with GROMACS.
320320
</a>
321+
<a class="prompt prompt-attention">
322+
Make sure the folder charmm36-jul2022.ff/ is present in your current working directory before running pdb2gmx.
323+
When you run the command, GROMACS will prompt you to choose a force field - charmm36-jul2022 should appear as option 1.
324+
</a>
325+
<a class="prompt prompt-cmd">
326+
cp -r $MOLMOD_DATA/charmm36-jul2022.ff .
327+
</a>
321328
<a class="prompt prompt-cmd">
322329
gmx pdb2gmx -f p53_helix.pdb -o peptide.gro -p peptide.top -ignh -ter
323330
</a>
@@ -358,7 +365,7 @@ one at each end of the peptide sequence, before capping.
358365
Capping is performed with:
359366

360367
<a class="prompt prompt-cmd">
361-
python pdb_cap.py --pdb peptide_helix.pdb --cap
368+
python3.10 $MOLMOD_BIN/pdb_cap.py --pdb peptide_helix.pdb --cap
362369
</a>
363370

364371
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)