Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

g_morph(1) [debian man page]

g_morph(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					g_morph(1)

NAME
g_morph - linear interpolation of conformations VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
g_morph -f1 conf1.gro -f2 conf2.gro -o interm.xtc -or rms-interm.xvg -n index.ndx -[no]h -[no]version -nice int -[no]w -xvg enum -ninterm int -first real -last real -[no]fit DESCRIPTION
g_morph does a linear interpolation of conformations in order to create intermediates. Of course these are completely unphysical, but that you may try to justify yourself. Output is in the form of a generic trajectory. The number of intermediates can be controlled with the -ninterm flag. The first and last flag correspond to the way of interpolating: 0 corresponds to input structure 1 while 1 corresponds to input structure 2. If you specify -first 0 or -last 1 extrapolation will be on the path from input structure x1 to x2. In general, the coordinates of the intermediate x(i) out of N total intermidates correspond to: x(i) = x1 + (first+(i/(N-1))*(last-first))*(x2-x1) Finally the RMSD with respect to both input structures can be computed if explicitly selected ( -or option). In that case, an index file may be read to select the group from which the RMS is computed. FILES
-f1 conf1.gro Input Structure file: gro g96 pdb tpr etc. -f2 conf2.gro Input Structure file: gro g96 pdb tpr etc. -o interm.xtc Output Trajectory: xtc trr trj gro g96 pdb cpt -or rms-interm.xvg Output, Opt. xvgr/xmgr file -n index.ndx Input, Opt. Index file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 0 Set the nicelevel -[no]wno View output .xvg, .xpm, .eps and .pdb files -xvg enum xmgrace xvg plot formatting: xmgrace, xmgr or none -ninterm int 11 Number of intermediates -first real 0 Corresponds to first generated structure (0 is input x0, see above) -last real 1 Corresponds to last generated structure (1 is input x1, see above) -[no]fityes Do a least squares fit of the second to the first structure before interpolating SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 g_morph(1)

Check Out this Related Man Page

g_confrms(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c				      g_confrms(1)

NAME
g_confrms - fits two structures and calculates the rmsd VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
g_confrms -f1 conf1.gro -f2 conf2.gro -o fit.pdb -n1 fit1.ndx -n2 fit2.ndx -no match.ndx -[no]h -[no]version -nice int -[no]w -[no]one -[no]mw -[no]pbc -[no]fit -[no]name -[no]label -[no]bfac DESCRIPTION
g_confrms computes the root mean square deviation (RMSD) of two structures after least-squares fitting the second structure on the first one. The two structures do NOT need to have the same number of atoms, only the two index groups used for the fit need to be identical. With -name only matching atom names from the selected groups will be used for the fit and RMSD calculation. This can be useful when com- paring mutants of a protein. The superimposed structures are written to file. In a .pdb file the two structures will be written as separate models (use rasmol -nmr- pdb). Also in a .pdb file, B-factors calculated from the atomic MSD values can be written with -bfac. FILES
-f1 conf1.gro Input Structure+mass(db): tpr tpb tpa gro g96 pdb -f2 conf2.gro Input Structure file: gro g96 pdb tpr etc. -o fit.pdb Output Structure file: gro g96 pdb etc. -n1 fit1.ndx Input, Opt. Index file -n2 fit2.ndx Input, Opt. Index file -no match.ndx Output, Opt. Index file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -[no]wno View output .xvg, .xpm, .eps and .pdb files -[no]oneno Only write the fitted structure to file -[no]mwyes Mass-weighted fitting and RMSD -[no]pbcno Try to make molecules whole again -[no]fityes Do least squares superposition of the target structure to the reference -[no]nameno Only compare matching atom names -[no]labelno Added chain labels A for first and B for second structure -[no]bfacno Output B-factors from atomic MSD values SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 g_confrms(1)
Man Page