1g_disre(1) GROMACS suite, VERSION 4.5 g_disre(1)
2
3
4
6 g_disre - analyzes distance restraints
7
8 VERSION 4.5
9
11 g_disre -s topol.tpr -f traj.xtc -ds drsum.xvg -da draver.xvg -dn
12 drnum.xvg -dm drmax.xvg -dr restr.xvg -l disres.log -n viol.ndx -q
13 viol.pdb -c clust.ndx -x matrix.xpm -[no]h -[no]version -nice int -b
14 time -e time -dt time -[no]w -xvg enum -ntop int -maxdr real -nlevels
15 int -[no]third
16
18 g_disre computes violations of distance restraints. If necessary all
19 protons can be added to a protein molecule using the protonate program.
20
21
22 The program always computes the instantaneous violations rather than
23 time-averaged, because this analysis is done from a trajectory file
24 afterwards it does not make sense to use time averaging. However, the
25 time averaged values per restraint are given in the log file.
26
27
28 An index file may be used to select specific restraints for printing.
29
30
31 When the optional -q flag is given a pdb file coloured by the amount of
32 average violations.
33
34
35 When the -c option is given, an index file will be read containing the
36 frames in your trajectory corresponding to the clusters (defined in
37 another manner) that you want to analyze. For these clusters the pro‐
38 gram will compute average violations using the third power averaging
39 algorithm and print them in the log file.
40
42 -s topol.tpr Input
43 Run input file: tpr tpb tpa
44
45 -f traj.xtc Input
46 Trajectory: xtc trr trj gro g96 pdb cpt
47
48 -ds drsum.xvg Output
49 xvgr/xmgr file
50
51 -da draver.xvg Output
52 xvgr/xmgr file
53
54 -dn drnum.xvg Output
55 xvgr/xmgr file
56
57 -dm drmax.xvg Output
58 xvgr/xmgr file
59
60 -dr restr.xvg Output
61 xvgr/xmgr file
62
63 -l disres.log Output
64 Log file
65
66 -n viol.ndx Input, Opt.
67 Index file
68
69 -q viol.pdb Output, Opt.
70 Protein data bank file
71
72 -c clust.ndx Input, Opt.
73 Index file
74
75 -x matrix.xpm Output, Opt.
76 X PixMap compatible matrix file
77
78
80 -[no]hno
81 Print help info and quit
82
83 -[no]versionno
84 Print version info and quit
85
86 -nice int 19
87 Set the nicelevel
88
89 -b time 0
90 First frame (ps) to read from trajectory
91
92 -e time 0
93 Last frame (ps) to read from trajectory
94
95 -dt time 0
96 Only use frame when t MOD dt = first time (ps)
97
98 -[no]wno
99 View output xvg, xpm, eps and pdb files
100
101 -xvg enum xmgrace
102 xvg plot formatting: xmgrace, xmgr or none
103
104 -ntop int 0
105 Number of large violations that are stored in the log file every step
106
107 -maxdr real 0
108 Maximum distance violation in matrix output. If less than or equal to
109 0 the maximum will be determined by the data.
110
111 -nlevels int 20
112 Number of levels in the matrix output
113
114 -[no]thirdyes
115 Use inverse third power averaging or linear for matrix output
116
117
119 gromacs(7)
120
121 More information about GROMACS is available at <http://www.gro‐
122 macs.org/>.
123
124
125
126 Thu 26 Aug 2010 g_disre(1)