How to run DOCK with a focusing term (internal energy) included

From DISI
Revision as of 18:06, 15 February 2014 by Frodo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using DOCK with a focusing term (internal energy)

To use DOCK3.6 with a focusing term, you first need to prepare the small molecules for docking. The current DOCK3.6 program does not support that energies are specified per-conformation, so the code has been modified to dock each conformation separately to circumvent this feature.


Step 1: Prepare database of molecules from smiles.

The first part involves preparing the databases and is based on Michael Mysinger’s dbmake.py. To prepare a series of molecules for docking (smiles in test.smi), run the following 4 commands on sgehead:

set dudI = /raid7/people/jens/internal_energy/code/code_mmff.min_amsol_hflip/dbmake
set INTE13 = /raid7/people/jens/internal_energy/code/code_mmff.min_amsol_hflip
set baseI = /raid7/people/jens/internal_energy/code/base
$dudI/dbmakeI.py -i test.smi 

dbmakeI.py will prepare the molecules on the cluster. Preparing the molecules for docking with focusing requires considerably more computation time than dbmake.py, so be prepared to wait a bit longer.


Step 2: Run docking with modified DOCK code

The generated databases cannot be run with the current version of DOCK3.6. Instead, use a modified executable:

/raid7/people/jens/internal_energy/code/DOCK_FOC/dock/trunk/i386/dock32 

or

/raid7/people/jens/internal_energy/code/DOCK_FOC/dock/trunk/i386/dock64

One line has to be added to your INDOCK file in order to switch on focusing (internal energy):

scale_focusing                1.0

Step 3: Analysis of results

The results can be combined with the standard DOCK analysis tools, e.g. combine.py.



If you have any problems or would like to know more about how the databases are prepared, don't hesitate to contact me!!!

Jens Carlsson