1gmxdump(1) GROMACS suite, VERSION 4.5 gmxdump(1)
2
3
4
6 gmxdump - makes binary files human readable
7
8 VERSION 4.5
9
11 gmxdump -s topol.tpr -f traj.xtc -e ener.edr -cp state.cpt -p topol.top
12 -mtx hessian.mtx -om grompp.mdp -[no]h -[no]version -nice int -[no]nr
13 -[no]sys
14
16 gmxdump reads a run input file ( .tpa/ .tpr/ .tpb), a trajectory (
17 .trj/ .trr/ .xtc), an energy file ( .ene/ .edr), or a checkpoint file (
18 .cpt) and prints that to standard output in a readable format. This
19 program is essential for checking your run input file in case of prob‐
20 lems.
21
22
23 The program can also preprocess a topology to help finding problems.
24 Note that currently setting GMXLIB is the only way to customize direc‐
25 tories used for searching include files.
26
28 -s topol.tpr Input, Opt.
29 Run input file: tpr tpb tpa
30
31 -f traj.xtc Input, Opt.
32 Trajectory: xtc trr trj gro g96 pdb cpt
33
34 -e ener.edr Input, Opt.
35 Energy file
36
37 -cp state.cpt Input, Opt.
38 Checkpoint file
39
40 -p topol.top Input, Opt.
41 Topology file
42
43 -mtx hessian.mtx Input, Opt.
44 Hessian matrix
45
46 -om grompp.mdp Output, Opt.
47 grompp input file with MD parameters
48
49
51 -[no]hno
52 Print help info and quit
53
54 -[no]versionno
55 Print version info and quit
56
57 -nice int 0
58 Set the nicelevel
59
60 -[no]nryes
61 Show index numbers in output (leaving them out makes comparison eas‐
62 ier, but creates a useless topology)
63
64 -[no]sysno
65 List the atoms and bonded interactions for the whole system instead of
66 for each molecule type
67
68
70 gromacs(7)
71
72 More information about GROMACS is available at <http://www.gro‐
73 macs.org/>.
74
75
76
77 Thu 26 Aug 2010 gmxdump(1)