1GMX-DUMP(1)                         GROMACS                        GMX-DUMP(1)
2
3
4

NAME

6       gmx-dump - Make binary files human readable
7

SYNOPSIS

9          gmx dump [-s <.tpr>] [-f <.xtc/.trr/...>] [-e <.edr>] [-cp <.cpt>]
10                   [-p <.top>] [-mtx <.mtx>] [-om <.mdp>] [-[no]nr]
11                   [-[no]param] [-[no]sys] [-[no]orgir]
12

DESCRIPTION

14       gmx  dump  reads a run input file (.tpr), a trajectory (.trr/.xtc/tng),
15       an energy file (.edr), a checkpoint file (.cpt) or topology file (.top)
16       and  prints that to standard output in a readable format.  This program
17       is essential for checking your run input file in case of problems.
18

OPTIONS

20       Options to specify input files:
21
22       -s <.tpr> (Optional)
23              Run input file to dump
24
25       -f <.xtc/.trr/...> (Optional)
26              Trajectory file to dump: xtc trr cpt gro g96 pdb tng
27
28       -e <.edr> (Optional)
29              Energy file to dump
30
31       -cp <.cpt> (Optional)
32              Checkpoint file to dump
33
34       -p <.top> (Optional)
35              Topology file to dump
36
37       -mtx <.mtx> (Optional)
38              Hessian matrix to dump
39
40       Options to specify output files:
41
42       -om <.mdp> (Optional)
43              grompp input file from run input file
44
45       Other options:
46
47       -[no]nr (yes)
48              Show index numbers in output (leaving them out makes  comparison
49              easier, but creates a useless topology)
50
51       -[no]param (no)
52              Show  parameters  for  each  bonded  interaction  (for comparing
53              dumps, it is useful to combine this with -nonr)
54
55       -[no]sys (no)
56              List the atoms and bonded interactions for the whole system  in‐
57              stead of for each molecule type
58
59       -[no]orgir (no)
60              Show  input parameters from tpr as they were written by the ver‐
61              sion that produced the file, instead of how the current  version
62              reads them
63

KNOWN ISSUES

65       • The .mdp file produced by -om can not be read by grompp.
66

SEE ALSO

68       gmx(1)
69
70       More     information    about    GROMACS    is    available    at    <‐
71       http://www.gromacs.org/>.
72
74       2022, GROMACS development team
75
76
77
78
792022.2                           Jun 16, 2022                      GMX-DUMP(1)
Impressum