.TH gmxcheck 1 "Mon 4 Apr 2011" "" "GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c" .SH NAME gmxcheck - checks and compares files .B VERSION 4.5.4-dev-20110404-bc5695c .SH SYNOPSIS \f3gmxcheck\fP .BI "\-f" " traj.xtc " .BI "\-f2" " traj.xtc " .BI "\-s1" " top1.tpr " .BI "\-s2" " top2.tpr " .BI "\-c" " topol.tpr " .BI "\-e" " ener.edr " .BI "\-e2" " ener2.edr " .BI "\-n" " index.ndx " .BI "\-m" " doc.tex " .BI "\-[no]h" "" .BI "\-[no]version" "" .BI "\-nice" " int " .BI "\-vdwfac" " real " .BI "\-bonlo" " real " .BI "\-bonhi" " real " .BI "\-[no]rmsd" "" .BI "\-tol" " real " .BI "\-abstol" " real " .BI "\-[no]ab" "" .BI "\-lastener" " string " .SH DESCRIPTION \&\fB gmxcheck\fR reads a trajectory (\fB .trj\fR, \fB .trr\fR or \&\fB .xtc\fR), an energy file (\fB .ene\fR or \fB .edr\fR) \&or an index file (\fB .ndx\fR) \&and prints out useful information about them. \&Option \fB \-c\fR checks for presence of coordinates, \&velocities and box in the file, for close contacts (smaller than \&\fB \-vdwfac\fR and not bonded, i.e. not between \fB \-bonlo\fR \&and \fB \-bonhi\fR, all relative to the sum of both Van der Waals \&radii) and atoms outside the box (these may occur often and are \&no problem). If velocities are present, an estimated temperature \&will be calculated from them. \&If an index file, is given its contents will be summarized. \&If both a trajectory and a \fB .tpr\fR file are given (with \fB \-s1\fR) \&the program will check whether the bond lengths defined in the tpr \&file are indeed correct in the trajectory. If not you may have \&non\-matching files due to e.g. deshuffling or due to problems with \&virtual sites. With these flags, \fB gmxcheck\fR provides a quick check for such problems. \&The program can compare two run input (\fB .tpr\fR, \fB .tpb\fR or \&\fB .tpa\fR) files \&when both \fB \-s1\fR and \fB \-s2\fR are supplied. \&Similarly a pair of trajectory files can be compared (using the \fB \-f2\fR \&option), or a pair of energy files (using the \fB \-e2\fR option). \&For free energy simulations the A and B state topology from one \&run input file can be compared with options \fB \-s1\fR and \fB \-ab\fR. \&In case the \fB \-m\fR flag is given a LaTeX file will be written \&consisting of a rough outline for a methods section for a paper. .SH FILES .BI "\-f" " traj.xtc" .B Input, Opt. Trajectory: xtc trr trj gro g96 pdb cpt .BI "\-f2" " traj.xtc" .B Input, Opt. Trajectory: xtc trr trj gro g96 pdb cpt .BI "\-s1" " top1.tpr" .B Input, Opt. Run input file: tpr tpb tpa .BI "\-s2" " top2.tpr" .B Input, Opt. Run input file: tpr tpb tpa .BI "\-c" " topol.tpr" .B Input, Opt. Structure+mass(db): tpr tpb tpa gro g96 pdb .BI "\-e" " ener.edr" .B Input, Opt. Energy file .BI "\-e2" " ener2.edr" .B Input, Opt. Energy file .BI "\-n" " index.ndx" .B Input, Opt. Index file .BI "\-m" " doc.tex" .B Output, Opt. LaTeX file .SH OTHER OPTIONS .BI "\-[no]h" "no " Print help info and quit .BI "\-[no]version" "no " Print version info and quit .BI "\-nice" " int" " 0" Set the nicelevel .BI "\-vdwfac" " real" " 0.8 " Fraction of sum of VdW radii used as warning cutoff .BI "\-bonlo" " real" " 0.4 " Min. fract. of sum of VdW radii for bonded atoms .BI "\-bonhi" " real" " 0.7 " Max. fract. of sum of VdW radii for bonded atoms .BI "\-[no]rmsd" "no " Print RMSD for x, v and f .BI "\-tol" " real" " 0.001 " Relative tolerance for comparing real values defined as 2*(a\-b)/(|a|+|b|) .BI "\-abstol" " real" " 0.001 " Absolute tolerance, useful when sums are close to zero. .BI "\-[no]ab" "no " Compare the A and B topology from one file .BI "\-lastener" " string" " " Last energy term to compare (if not given all are tested). It makes sense to go up until the Pressure. .SH SEE ALSO .BR gromacs(7) More information about \fBGROMACS\fR is available at <\fIhttp://www.gromacs.org/\fR>.