Understanding MakeDOCK, which automates sphere and grid generation
Jump to navigation
Jump to search
What is MakeDOCK?
- MakeDOCK automates the process of sphere and grid generation for a target.
Makedock Features
- If you have the MakeDOCK Makefile, you simply type 'make' to generate all the spheres and grids.
- All required files and structures will be copied and created for you by MakeDOCK.
- Full dependency resolution means you can change any input or parameter file and type 'make' to generate all files that depend on that change (i.e. tarting or editing spheres).
Input files to MakeDOCK
- Create a new directory containing the following input files to MakeDOCK:
- rec.pdb: Prepared receptor file
- xtal-lig.pdb: Ligand specification file
These are required to specify the target for docking. For help preparing these files, see #Receptor Preparation and #Ligand Preparation below.
How to use MakeDOCK
In the directory containing rec.pdb and xtal-lig.pdb, do the following to run MakeDOCK.
setenv DOCK_BASE ~mysinger/xyz/dockenv source ~mysinger/etc/login cp $DOCK_BASE/scripts/Makefile3 Makefile make
=
Receptor Preparation
To prepare a typical pdb structure for use as the receptor in MakeDOCK, do the following:
- Remove solvent (i.e. crystallographic waters)
- Remove other non-essential hetero-atoms (everything but perhaps a co-factor essential for ligand binding)
- Remove the ligand itself
- Delete all hydrogens
- Save as rec_original.pdb
- Run 'paranoia.csh' to clean up the rec_original.pdb file into a rec.pdb file
Ligand Preparation
To prepare the ligand specification, reload the original pdb structure and perform the following steps:
- Delete everything BUT the ligand atoms
- Save as xtal-lig.pdb