1g_anadock(1) GROMACS suite, VERSION 4.5 g_anadock(1)
2
3
4
6 g_anadock - cluster structures from Autodock runs
7
8 VERSION 4.5
9
11 g_anadock -f eiwit.pdb -ox cluster.pdb -od edocked.xvg -of efree.xvg -g
12 anadock.log -[no]h -[no]version -nice int -xvg enum -[no]free -[no]rms
13 -cutoff real
14
16 anadock analyses the results of an Autodock run and clusters the struc‐
17 tures together, based on distance or RMSD. The docked energy and free
18 energy estimates are analysed, and for each cluster the energy statis‐
19 tics are printed.
20
21
22 An alternative approach to this is to cluster the structures first
23 (using g_cluster and then sort the clusters on either lowest energy or
24 average energy.
25
27 -f eiwit.pdb Input
28 Protein data bank file
29
30 -ox cluster.pdb Output
31 Protein data bank file
32
33 -od edocked.xvg Output
34 xvgr/xmgr file
35
36 -of efree.xvg Output
37 xvgr/xmgr file
38
39 -g anadock.log Output
40 Log file
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 -xvg enum xmgrace
54 xvg plot formatting: xmgrace, xmgr or none
55
56 -[no]freeno
57 Use Free energy estimate from autodock for sorting the classes
58
59 -[no]rmsyes
60 Cluster on RMS or distance
61
62 -cutoff real 0.2
63 Maximum RMSD/distance for belonging to the same cluster
64
65
67 gromacs(7)
68
69 More information about GROMACS is available at <http://www.gro‐
70 macs.org/>.
71
72
73
74 Thu 26 Aug 2010 g_anadock(1)