Difference between revisions of "Cluster:Pymol"

From Earlham CS Department
Jump to navigation Jump to search
Line 1: Line 1:
Once you have run: <tt>grompp -f file.mdp -p topol.top -o file.tpr</tt>
+
<p>Once you have run:<br>
<p>Which takes in a run configuration mdp file, and a system topology file, topol.top and outputs a tpr file.</p>
+
<tt>grompp -f file.mdp -p topol.top -o file.tpr</tt><br>
<p>And after running the simulation: <tt>mdrun -deffnm run</tt></p>
+
Which takes as parameters a run configuration mdp file and a system topology file, topol.top and outputs a tpr file.</p>
<p>Convert the gromacs trajectory file to a pdb file: <tt>trjconv -s run.topr -f lowpass.xtc -o file.pdb</tt></p>
+
 
In order to just view the molecule being simulated select protein for the output group.
+
<p>And after running the simulation:<br>
<p>Run pymol on the created pdb file: <tt>pymol file.pdb</tt></p>
+
<tt>mdrun -deffnm run</tt></p>
Control pymol with the VCR buttons
+
 
 +
<p>Run the mdrun output through a lowpass filter to smooth out the transition of the atoms in the system between time steps:<br>
 +
<tt>g_filter -s run.tpr -f run.xtc -ol lowpass.xtc -nx 10 -all</tt></p>
 +
 
 +
<p>Convert the gromacs trajectory file to a pdb file:<br>
 +
<tt>trjconv -s run.topr -f lowpass.xtc -o file.pdb</tt><br>
 +
In order to view just the molecule being modeled select protein for the output group.</p>
 +
 
 +
<p>Run pymol on the created pdb file: <tt>pymol file.pdb</tt><br>
 +
Control pymol with the VCR buttons</p>

Revision as of 14:22, 25 May 2005

Once you have run:
grompp -f file.mdp -p topol.top -o file.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 file.pdb
Control pymol with the VCR buttons