This section describes very quickly the method for setting up a docking using the AutoDock programs. You should find all these utilities under the "
share
" and "
bin
" directories. Before you start, add these two lines to your
.cshrc
: "
setenv AUTODOCK_UTI /path/to/the/directory/share
" and "
set path=($path $AUTODOCK_UTI)
". Make sure you "
source .cshrc
" also.
mol2topdbqs
". This also assigns atomic solvation parameters and creates "
macro.pdbqs
":
% mol2topdbqs macro.mol2
macro.pdbq
", you must assign the atomic solvation parameters to it. The "
addsol
" program will input "
macro.pdbq
" and output a PDBQS file, "
macro.pdbqs
":
% addsol macro.pdbq macro.pdbqs
3
, to define any torsions that you want to be explored during the docking. (Label the ligand with "Atom ID" or atom serial numbers in a molecular viewer. This will help in assigning the atoms):
% deftors lig.mol2
% mkgpf3 lig.pdbq macro.pdbqs
% mkdpf3 lig.pdbq macro.pdbqs
These create files with names derived from the ligand and macromolecule files, namely "
macro.gpf
" and "
lig.macro.dpf
"
4
.
% autogrid3 -p macro.gpf -l macro.glg &
% autodock3 -p lig.macro.dpf -l lig.macro.dlg &
get-docked
", to create a PDB formatted file. It will be called "
lig.macro.dlg.pdb
" and will contain all the docked conformations output by
AutoDock
in the "
lig.macro.dlg
" file.
% get-docked lig.macro.dlg
mkdlgfld
","
mkatmtypfld
" and "
mkbndfld
".
% autodock3 -p lig.macro.dpf -l lig.macro.epdb.log -c < lig.macro.epdb.com
where the AutoDock command file "
lig.macro.epdb.com
" contains the two commands, "
epdb lig.pdbq
" and "
stop
" on separate lines.
There are several Unix shell scripts and "
awk
" programs to help set up default parameter files for
AutoGrid
and
AutoDock
. They are described in more detail in the Appendix. The user
must
check their input "gpf" and "dpf" files, to ensure the defaults look reasonable. The user can adjust the default parameters using a text editor like "
vi
" or "
emacs
". These parameters are described in the sections "AutoGrid Parameter File Format" and "AutoDock Parameter File Format", in the appendices.