1GMX-DISRE(1) GROMACS GMX-DISRE(1)
2
3
4
6 gmx-disre - Analyze distance restraints
7
9 gmx disre [-s [<.tpr>]] [-f [<.xtc/.trr/...>]] [-n [<.ndx>]]
10 [-c [<.ndx>]] [-ds [<.xvg>]] [-da [<.xvg>]] [-dn [<.xvg>]]
11 [-dm [<.xvg>]] [-dr [<.xvg>]] [-l [<.log>]] [-q [<.pdb>]]
12 [-x [<.xpm>]] [-b <time>] [-e <time>] [-dt <time>] [-[no]w]
13 [-xvg <enum>] [-ntop <int>] [-maxdr <real>]
14 [-nlevels <int>] [-[no]third]
15
17 gmx disre computes violations of distance restraints. The program
18 always computes the instantaneous violations rather than time-averaged,
19 because this analysis is done from a trajectory file afterwards it does
20 not make sense to use time averaging. However, the time averaged values
21 per restraint are given in the log file.
22
23 An index file may be used to select specific restraints for printing.
24
25 When the optional -q flag is given a .pdb file coloured by the amount
26 of average violations.
27
28 When the -c option is given, an index file will be read containing the
29 frames in your trajectory corresponding to the clusters (defined in
30 another manner) that you want to analyze. For these clusters the pro‐
31 gram will compute average violations using the third power averaging
32 algorithm and print them in the log file.
33
35 Options to specify input files:
36
37 -s [<.tpr>] (topol.tpr)
38 Portable xdr run input file
39
40 -f [<.xtc/.trr/…>] (traj.xtc)
41 Trajectory: xtc trr cpt gro g96 pdb tng
42
43 -n [<.ndx>] (viol.ndx) (Optional)
44 Index file
45
46 -c [<.ndx>] (clust.ndx) (Optional)
47 Index file
48
49 Options to specify output files:
50
51 -ds [<.xvg>] (drsum.xvg)
52 xvgr/xmgr file
53
54 -da [<.xvg>] (draver.xvg)
55 xvgr/xmgr file
56
57 -dn [<.xvg>] (drnum.xvg)
58 xvgr/xmgr file
59
60 -dm [<.xvg>] (drmax.xvg)
61 xvgr/xmgr file
62
63 -dr [<.xvg>] (restr.xvg)
64 xvgr/xmgr file
65
66 -l [<.log>] (disres.log)
67 Log file
68
69 -q [<.pdb>] (viol.pdb) (Optional)
70 Protein data bank file
71
72 -x [<.xpm>] (matrix.xpm) (Optional)
73 X PixMap compatible matrix file
74
75 Other options:
76
77 -b <time> (0)
78 Time of first frame to read from trajectory (default unit ps)
79
80 -e <time> (0)
81 Time of last frame to read from trajectory (default unit ps)
82
83 -dt <time> (0)
84 Only use frame when t MOD dt = first time (default unit ps)
85
86 -[no]w (no)
87 View output .xvg, .xpm, .eps and .pdb files
88
89 -xvg <enum> (xmgrace)
90 xvg plot formatting: xmgrace, xmgr, none
91
92 -ntop <int> (0)
93 Number of large violations that are stored in the log file every
94 step
95
96 -maxdr <real> (0)
97 Maximum distance violation in matrix output. If less than or
98 equal to 0 the maximum will be determined by the data.
99
100 -nlevels <int> (20)
101 Number of levels in the matrix output
102
103 -[no]third (yes)
104 Use inverse third power averaging or linear for matrix output
105
107 gmx(1)
108
109 More information about GROMACS is available at <‐
110 http://www.gromacs.org/>.
111
113 2019, GROMACS development team
114
115
116
117
1182018.7 May 29, 2019 GMX-DISRE(1)