1g_mindist(1) GROMACS suite, VERSION 4.5 g_mindist(1)
2
3
4
6 g_mindist - calculates the minimum distance between two groups
7
8 VERSION 4.5
9
11 g_mindist -f traj.xtc -s topol.tpr -n index.ndx -od mindist.xvg -on
12 numcont.xvg -o atm-pair.out -ox mindist.xtc -or mindistres.xvg -[no]h
13 -[no]version -nice int -b time -e time -dt time -tu enum -[no]w -xvg
14 enum -[no]matrix -[no]max -d real -[no]group -[no]pi -[no]split -ng int
15 -[no]pbc -[no]respertime -[no]printresname
16
18 g_mindist computes the distance between one group and a number of other
19 groups. Both the minimum distance (between any pair of atoms from the
20 respective groups) and the number of contacts within a given distance
21 are written to two separate output files. With the -group option a
22 contact of an atom an other group with multiple atoms in the first
23 group is counted as one contact instead of as multiple contacts. With
24 -or, minimum distances to each residue in the first group are deter‐
25 mined and plotted as a function of residue number.
26
27
28 With option -pi the minimum distance of a group to its periodic image
29 is plotted. This is useful for checking if a protein has seen its peri‐
30 odic image during a simulation. Only one shift in each direction is
31 considered, giving a total of 26 shifts. It also plots the maximum
32 distance within the group and the lengths of the three box vectors.
33
34
35 Other programs that calculate distances are g_dist and g_bond.
36
38 -f traj.xtc Input
39 Trajectory: xtc trr trj gro g96 pdb cpt
40
41 -s topol.tpr Input, Opt.
42 Structure+mass(db): tpr tpb tpa gro g96 pdb
43
44 -n index.ndx Input, Opt.
45 Index file
46
47 -od mindist.xvg Output
48 xvgr/xmgr file
49
50 -on numcont.xvg Output, Opt.
51 xvgr/xmgr file
52
53 -o atm-pair.out Output, Opt.
54 Generic output file
55
56 -ox mindist.xtc Output, Opt.
57 Trajectory: xtc trr trj gro g96 pdb
58
59 -or mindistres.xvg Output, Opt.
60 xvgr/xmgr file
61
62
64 -[no]hno
65 Print help info and quit
66
67 -[no]versionno
68 Print version info and quit
69
70 -nice int 19
71 Set the nicelevel
72
73 -b time 0
74 First frame (ps) to read from trajectory
75
76 -e time 0
77 Last frame (ps) to read from trajectory
78
79 -dt time 0
80 Only use frame when t MOD dt = first time (ps)
81
82 -tu enum ps
83 Time unit: fs, ps, ns, us, ms or s
84
85 -[no]wno
86 View output xvg, xpm, eps and pdb files
87
88 -xvg enum xmgrace
89 xvg plot formatting: xmgrace, xmgr or none
90
91 -[no]matrixno
92 Calculate half a matrix of group-group distances
93
94 -[no]maxno
95 Calculate *maximum* distance instead of minimum
96
97 -d real 0.6
98 Distance for contacts
99
100 -[no]groupno
101 Count contacts with multiple atoms in the first group as one
102
103 -[no]pino
104 Calculate minimum distance with periodic images
105
106 -[no]splitno
107 Split graph where time is zero
108
109 -ng int 1
110 Number of secondary groups to compute distance to a central group
111
112 -[no]pbcyes
113 Take periodic boundary conditions into account
114
115 -[no]respertimeno
116 When writing per-residue distances, write distance for each time point
117
118 -[no]printresnameno
119 Write residue names
120
121
123 gromacs(7)
124
125 More information about GROMACS is available at <http://www.gro‐
126 macs.org/>.
127
128
129
130 Thu 26 Aug 2010 g_mindist(1)