1gmxcheck(1) GROMACS suite, VERSION 4.5 gmxcheck(1)
2
3
4
6 gmxcheck - checks and compares files
7
8 VERSION 4.5
9
11 gmxcheck -f traj.xtc -f2 traj.xtc -s1 top1.tpr -s2 top2.tpr -c
12 topol.tpr -e ener.edr -e2 ener2.edr -n index.ndx -m doc.tex -[no]h
13 -[no]version -nice int -vdwfac real -bonlo real -bonhi real -[no]rmsd
14 -tol real -abstol real -[no]ab -lastener string
15
17 gmxcheck reads a trajectory ( .trj, .trr or .xtc), an energy file (
18 .ene or .edr) or an index file ( .ndx) and prints out useful informa‐
19 tion about them.
20
21
22 Option -c checks for presence of coordinates, velocities and box in
23 the file, for close contacts (smaller than -vdwfac and not bonded,
24 i.e. not between -bonlo and -bonhi, all relative to the sum of both
25 Van der Waals radii) and atoms outside the box (these may occur often
26 and are no problem). If velocities are present, an estimated tempera‐
27 ture will be calculated from them.
28
29
30 If an index file, is given its contents will be summarized.
31
32
33 If both a trajectory and a tpr file are given (with -s1) the program
34 will check whether the bond lengths defined in the tpr file are indeed
35 correct in the trajectory. If not you may have non-matching files due
36 to e.g. deshuffling or due to problems with virtual sites. With these
37 flags, gmxcheck provides a quick check for such problems.
38
39
40 The program can compare two run input ( .tpr, .tpb or .tpa) files
41 when both -s1 and -s2 are supplied. Similarly a pair of trajectory
42 files can be compared (using the -f2 option), or a pair of energy
43 files (using the -e2 option).
44
45
46 For free energy simulations the A and B state topology from one run
47 input file can be compared with options -s1 and -ab.
48
49
50 In case the -m flag is given a LaTeX file will be written consisting
51 of a rough outline for a methods section for a paper.
52
54 -f traj.xtc Input, Opt.
55 Trajectory: xtc trr trj gro g96 pdb cpt
56
57 -f2 traj.xtc Input, Opt.
58 Trajectory: xtc trr trj gro g96 pdb cpt
59
60 -s1 top1.tpr Input, Opt.
61 Run input file: tpr tpb tpa
62
63 -s2 top2.tpr Input, Opt.
64 Run input file: tpr tpb tpa
65
66 -c topol.tpr Input, Opt.
67 Structure+mass(db): tpr tpb tpa gro g96 pdb
68
69 -e ener.edr Input, Opt.
70 Energy file
71
72 -e2 ener2.edr Input, Opt.
73 Energy file
74
75 -n index.ndx Input, Opt.
76 Index file
77
78 -m doc.tex Output, Opt.
79 LaTeX file
80
81
83 -[no]hno
84 Print help info and quit
85
86 -[no]versionno
87 Print version info and quit
88
89 -nice int 0
90 Set the nicelevel
91
92 -vdwfac real 0.8
93 Fraction of sum of VdW radii used as warning cutoff
94
95 -bonlo real 0.4
96 Min. fract. of sum of VdW radii for bonded atoms
97
98 -bonhi real 0.7
99 Max. fract. of sum of VdW radii for bonded atoms
100
101 -[no]rmsdno
102 Print RMSD for x, v and f
103
104 -tol real 0.001
105 Relative tolerance for comparing real values defined as
106 2*(a-b)/(|a|+|b|)
107
108 -abstol real 0.001
109 Absolute tolerance, useful when sums are close to zero.
110
111 -[no]abno
112 Compare the A and B topology from one file
113
114 -lastener string
115 Last energy term to compare (if not given all are tested). It makes
116 sense to go up until the Pressure.
117
118
120 gromacs(7)
121
122 More information about GROMACS is available at <http://www.gro‐
123 macs.org/>.
124
125
126
127 Thu 26 Aug 2010 gmxcheck(1)