1genconf(1) GROMACS suite, VERSION 4.5 genconf(1)
2
3
4
6 genconf - multiplies a conformation in 'random' orientations
7
8 VERSION 4.5
9
11 genconf -f conf.gro -o out.gro -trj traj.xtc -[no]h -[no]version -nice
12 int -nbox vector -dist vector -seed int -[no]rot -[no]shuffle -[no]sort
13 -block int -nmolat int -maxrot vector -[no]renumber
14
16 genconf multiplies a given coordinate file by simply stacking them on
17 top of each other, like a small child playing with wooden blocks. The
18 program makes a grid of user defined proportions ( -nbox), and inter‐
19 spaces the grid point with an extra space -dist.
20
21
22 When option -rot is used the program does not check for overlap
23 between molecules on grid points. It is recommended to make the box in
24 the input file at least as big as the coordinates + Van der Waals
25 radius.
26
27
28 If the optional trajectory file is given, conformations are not gener‐
29 ated, but read from this file and translated appropriately to build the
30 grid.
31
33 -f conf.gro Input
34 Structure file: gro g96 pdb tpr etc.
35
36 -o out.gro Output
37 Structure file: gro g96 pdb etc.
38
39 -trj traj.xtc Input, Opt.
40 Trajectory: xtc trr trj gro g96 pdb cpt
41
42
44 -[no]hno
45 Print help info and quit
46
47 -[no]versionno
48 Print version info and quit
49
50 -nice int 0
51 Set the nicelevel
52
53 -nbox vector 1 1 1
54 Number of boxes
55
56 -dist vector 0 0 0
57 Distance between boxes
58
59 -seed int 0
60 Random generator seed, if 0 generated from the time
61
62 -[no]rotno
63 Randomly rotate conformations
64
65 -[no]shuffleno
66 Random shuffling of molecules
67
68 -[no]sortno
69 Sort molecules on X coord
70
71 -block int 1
72 Divide the box in blocks on this number of cpus
73
74 -nmolat int 3
75 Number of atoms per molecule, assumed to start from 0. If you set this
76 wrong, it will screw up your system!
77
78 -maxrot vector 180 180 180
79 Maximum random rotation
80
81 -[no]renumberyes
82 Renumber residues
83
84
86 - The program should allow for random displacement of lattice points.
87
88
90 gromacs(7)
91
92 More information about GROMACS is available at <http://www.gro‐
93 macs.org/>.
94
95
96
97 Thu 26 Aug 2010 genconf(1)