Optimize Polar Hydrogens

From Rizzo_Lab
Revision as of 20:57, 4 March 2010 by Tbalius (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Optimizing Ligand Polar Hydrogen placement with DOCK

If you used a program to protonate your ligand then you might need to optimize their positions.

To optimize the hydrogens on OH and SH groups, we used the following sample flex.defn:

______________________________________________________________________
name            hydroxyl
drive_id        8
minimize        1

definition      O.3 ( H )
definition      *
______________________________________________________________________
name            thiol
drive_id        8
minimize        1

definition      S.3 ( H )
definition      *
______________________________________________________________________

We ran dock with the following parameter:

orient_ligand            no
flexible_ligand          yes
minimize_ligand          yes

This is especially important if you are comparing starting energies with docked energies.