Difference between revisions of "Cluster:Pymol"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<p>Once you have run:<br> | <p>Once you have run:<br> | ||
− | <tt>grompp -f | + | <tt>grompp -f run.mdp -p topol.top -o run.tpr</tt><br> |
Which takes as parameters a run configuration mdp file and a system topology file, topol.top and outputs a tpr file.</p> | Which takes as parameters a run configuration mdp file and a system topology file, topol.top and outputs a tpr file.</p> | ||
Line 14: | Line 14: | ||
<p>Run pymol on the created pdb file:<br> | <p>Run pymol on the created pdb file:<br> | ||
− | <tt>pymol | + | <tt>pymol run.pdb</tt><br> |
Control pymol with the VCR buttons</p> | Control pymol with the VCR buttons</p> | ||
+ | |||
+ | <br> | ||
+ | <p> | ||
+ | Adapted from Erik Lindahl's ''Paralellel Molecular Dynamics: Gromacs'', Cluster World Vol 2 No 8, 2004. |
Latest revision as of 13:32, 25 May 2005
Once you have run:
grompp -f run.mdp -p topol.top -o run.tpr
Which takes as parameters a run configuration mdp file and a system topology file, topol.top and outputs a tpr file.
And after running the simulation:
mdrun -deffnm run
Run the mdrun output through a lowpass filter to smooth out the transition of the atoms in the system between time steps:
g_filter -s run.tpr -f run.xtc -ol lowpass.xtc -nx 10 -all
Convert the gromacs trajectory file to a pdb file:
trjconv -s run.topr -f lowpass.xtc -o file.pdb
In order to view just the molecule being modeled select protein for the output group.
Run pymol on the created pdb file:
pymol run.pdb
Control pymol with the VCR buttons
Adapted from Erik Lindahl's Paralellel Molecular Dynamics: Gromacs, Cluster World Vol 2 No 8, 2004.