1GMX-DYNDOM(1) GROMACS GMX-DYNDOM(1)
2
3
4
6 gmx-dyndom - Interpolate and extrapolate structure rotations
7
9 gmx dyndom [-f [<.pdb>]] [-n [<.ndx>]] [-o [<.xtc/.trr/...>]]
10 [-firstangle <real>] [-lastangle <real>] [-nframe <int>]
11 [-maxangle <real>] [-trans <real>] [-head <vector>]
12 [-tail <vector>]
13
15 gmx dyndom reads a .pdb file output from DynDom (‐
16 http://www.cmp.uea.ac.uk/dyndom/). It reads the coordinates, the coor‐
17 dinates of the rotation axis, and an index file containing the domains.
18 Furthermore, it takes the first and last atom of the arrow file as com‐
19 mand line arguments (head and tail) and finally it takes the transla‐
20 tion vector (given in DynDom info file) and the angle of rotation (also
21 as command line arguments). If the angle determined by DynDom is given,
22 one should be able to recover the second structure used for generating
23 the DynDom output. Because of limited numerical accuracy this should
24 be verified by computing an all-atom RMSD (using gmx confrms) rather
25 than by file comparison (using diff).
26
27 The purpose of this program is to interpolate and extrapolate the rota‐
28 tion as found by DynDom. As a result unphysical structures with long or
29 short bonds, or overlapping atoms may be produced. Visual inspection,
30 and energy minimization may be necessary to validate the structure.
31
33 Options to specify input files:
34
35 -f [<.pdb>] (dyndom.pdb)
36 Protein data bank file
37
38 -n [<.ndx>] (domains.ndx)
39 Index file
40
41 Options to specify output files:
42
43 -o [<.xtc/.trr/…>] (rotated.xtc)
44 Trajectory: xtc trr gro g96 pdb tng
45
46 Other options:
47
48 -firstangle <real> (0)
49 Angle of rotation about rotation vector
50
51 -lastangle <real> (0)
52 Angle of rotation about rotation vector
53
54 -nframe <int> (11)
55 Number of steps on the pathway
56
57 -maxangle <real> (0)
58 DymDom dtermined angle of rotation about rotation vector
59
60 -trans <real> (0)
61 Translation (Angstrom) along rotation vector (see DynDom info
62 file)
63
64 -head <vector> (0 0 0)
65 First atom of the arrow vector
66
67 -tail <vector> (0 0 0)
68 Last atom of the arrow vector
69
71 gmx(1)
72
73 More information about GROMACS is available at <‐
74 http://www.gromacs.org/>.
75
77 2019, GROMACS development team
78
79
80
81
822019.4 Oct 02, 2019 GMX-DYNDOM(1)