DOCK:History: Difference between revisions

From DISI
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 21: Line 21:
Authors: Mike Connolly, Daniel Gschwend, Andy Good, Connie Oshiro, Irwin Kuntz
Authors: Mike Connolly, Daniel Gschwend, Andy Good, Connie Oshiro, Irwin Kuntz


Version 3.5 added several features: score optimization, degeneracy checking, chemical matching and critical clustering.
Version 3.5 added several features: score optimization, degeneracy checking, chemical matching and critical clustering.  It was the basis for code development in the [[Shoichet Laboratory]].


= Version 4.0 =
= Version 4.0 =
Line 37: Line 37:
[[DOCK 6]] is an extension of the [[DOCK 5]] code base. It includes the implementation of Hawkins-Cramer-Truhlar GB/SA solvation scoring with salt screening and PB/SA solvation scoring through OpenEye's Zap Library. Additional flexibility has been added to scoring options during minimization. The new code also incorporates [[DOCK 3.5.54]] scoring features like [[Delphi]] electrostatics, [[ligand desolvation]], and [[receptor desolvation]]. Finally, [[DOCK 6]] introduces new code that allows access to the NAB library of functions such as receptor flexibility, the full [[AMBER]] molecular mechanics scoring function with implicit solvent, conjugate gradient minimization, and molecular dynamics simulation capabilities.
[[DOCK 6]] is an extension of the [[DOCK 5]] code base. It includes the implementation of Hawkins-Cramer-Truhlar GB/SA solvation scoring with salt screening and PB/SA solvation scoring through OpenEye's Zap Library. Additional flexibility has been added to scoring options during minimization. The new code also incorporates [[DOCK 3.5.54]] scoring features like [[Delphi]] electrostatics, [[ligand desolvation]], and [[receptor desolvation]]. Finally, [[DOCK 6]] introduces new code that allows access to the NAB library of functions such as receptor flexibility, the full [[AMBER]] molecular mechanics scoring function with implicit solvent, conjugate gradient minimization, and molecular dynamics simulation capabilities.


= Version 6.4 =
[[DOCK 6.4]] fixed many significant bugs and introduced numerous features compared to previous versions.  This is currently the latest version of [[DOCK 6]].  The full release notes are on the DOCK website: [http://dock.compbio.ucsf.edu/DOCK_6/new_in_6.4.txt].
The main points are: Internal Energy, Growth Tree and Statistics, Database Filter, Pre-minimization, Restrained Minimization, Miscellaneous, Bug Fixes, Deprecated Features.


= Version 3.5.54 =  
= Version 3.5.54 =  
Authors: David M. Lorber and Brian K. Shoichet
Authors: David M. Lorber and Brian K. Shoichet


[[DOCK 3.5.54]] as its name implies is a branch of [[DOCK 3.5]]. It was developed at [[Northwestern University Medical School]], 1986-2003 while [[Brian Shoichet]]'s lab was there. The main innovations were
[[DOCK 3.5.54]] as its name implies is a branch of [[DOCK 3.5]]. It was developed at [[Northwestern University Medical School]], 1998-2003 while [[Brian Shoichet]]'s lab was there. The main innovations were
* ligands represented as a hierarchical ensemble of pre-computed conformations
* ligands represented as a hierarchical ensemble of pre-computed conformations
* charges computed with [[AMSOL]]
* ligand charges and desolvation energies computed with [[AMSOL]]
* electostatic scoring grid computed with [[Delphi]].
* electostatic scoring grid computed with [[Delphi]].


= Version 3.6 =
Authors: Michael Mysinger, Michael Carchia, Ryan Coleman, Brian Shoichet
[[DOCK 3.6]] is the current version of the [[DOCK 3]] branch of [[DOCK]] and contains several significant new features.  This is the docking engine behind [[DOCK Blaster]] starting in May 2010.
= Version 3.7 =
A new version of the [[DOCK 3]] series of docking programs will appear in 2012.  The features and date have not been announced.


[[Category:DOCK]]
[[Category:DOCK]]
[[Category:History]]
[[Category:History]]

Revision as of 19:14, 11 May 2011

The History of DOCK, longish version

Version 1.0/1.1

Authors: Robert Sheridan, Renee DesJarlais, Irwin Kuntz

The program DOCK is an automatic procedure for docking a molecule into a receptor site. The receptor site is characterized by centers, which may come from SPHGEN or any other source. The molecule being docked is characterized ligand centers, which may be its non-hydrogen atoms or volume-filling spheres calculated in SPHGEN. The ligand centers and receptor centers are matched based on comparison of ligand-center/ligand-center and receptor-center/receptor-center distances. Sets of ligand centers match sets of receptor centers if all the internal distances match, within a value of distance_tolerance. Ligand-receptor pairs are added to the set until at least nodes_minimum pairs have been found. At least three pairs must be found to uniquely determine a rotation/translation matrix that will orient the ligand in the receptor site. A least-squares fitting procedure is used (Ferro, et al Act. Cryst. A. 1977.). Once an orientation has been found, it is evaluated by any of several scoring functions. DOCK may be used to explore the binding modes of an individual molecule, or be used to screen a database of molecules to identify potential ligands.

Version 2.0

Authors: Brian Shoichet, Dale Bodian, Irwin Kuntz

DOCK version 2.0 was written to give the user greater control over the thoroughness of the matching procedure, and thus over the number of orientations found and the CPU time required (Shoichet, et al. J. Comp. Chem. 1992). In addition, certain algorithmic shortcomings of earlier versions were overcome. Versions 2.0 and higher are particularly useful for macromolecular docking (Shoichet, et al J. Mol. Biol. 1991) and applications which demand detailed exploration of ligand binding modes. In these cases, users are encouraged to run CLUSTER in conjunction with SPHGEN and DOCK.

To allow for greater control over searches of orientation space, the ligand and receptor centers are pre-organized according to their internal distances. Starting with any given center, all the other centers are presorted into “bins” based on their distance to the first center. All centers are tried in turn as “first” positions, and all the points in a bin which has been chosen for matching are tried sequentially. Ligand and receptor bins are chosen for matching when they have the same distance limits from their respective “first” points. The number of centers in each bin determines how many sets of points in the receptor and the ligand will ultimately be compared. In general, the wider the bins, the greater the number of orientations generated. Thus, the thoroughness of the search is under user control.

Version 3.0

Authors: Elaine Meng, Brian Shoichet, Irwin Kuntz

Version 3.0 retained the matching features of version 2.0, and introduced options for scoring (Meng, et al. J. Comp. Chem., 1992). Besides the simple contact scores mentioned above, one can also obtain molecular mechanics interaction energies using grid files calculated by CHEMGRID (which is now superseded by GRID in version 4.0). More information about the ligand and receptor molecules is required to perform these higher-level kinds of scoring. Point charges on the receptor and ligand atoms are needed for electrostatic scoring, and atom-type information is needed for the van der Waals portion of the force field score. Input formats (some of them new in version 3.5) are discussed in various parts of the documentation; one example of a “complete format” (including point charges and atom type information) is SYBYL MOL2 format. Parameterization of the receptor is discussed in the documentation for CHEMGRID. In DOCK, ligand parameters are read in along with the coordinates; input formats are described below. Currently, the options are: contact scoring only, contact scoring plus Delphi electrostatic scoring, and contact scoring plus force field scoring. Atom-type information and point charges are not required for contact scoring only.

Version 3.5

Authors: Mike Connolly, Daniel Gschwend, Andy Good, Connie Oshiro, Irwin Kuntz

Version 3.5 added several features: score optimization, degeneracy checking, chemical matching and critical clustering. It was the basis for code development in the Shoichet Laboratory.

Version 4.0

Authors: Todd Ewing, Irwin Kuntz

Version 4.0 was a major rewrite and update of DOCK. A new matching engine was developed which is more robust, efficient, and easier to use (Ewing, et al. J. Comput. Chem. 1997). Orientational sampling can now be controlled directly by specifying the number of desired orientations. Additional features include chemical scoring, chemical screening, and ligand flexibility.

Version 5.0-5.4

Authors: Demetri Moustakas, P. Therese Lang, Scott Pegg, Scott Brozell, Irwin Kuntz

Version 5 was rewritten in C++ in a modular format, which allows for easy implementation of new scoring functions, sampling methods and analysis tools (Moustakas, et al, 2006). Additional new features include MPI parallelization, exhaustive orientation searching, improved conformation searching, GB/SA solvation scoring, and post-screening pose clustering. (Zou, et al. J. Am. Chem. Soc., 1999)

Version 6.0

DOCK 6 is an extension of the DOCK 5 code base. It includes the implementation of Hawkins-Cramer-Truhlar GB/SA solvation scoring with salt screening and PB/SA solvation scoring through OpenEye's Zap Library. Additional flexibility has been added to scoring options during minimization. The new code also incorporates DOCK 3.5.54 scoring features like Delphi electrostatics, ligand desolvation, and receptor desolvation. Finally, DOCK 6 introduces new code that allows access to the NAB library of functions such as receptor flexibility, the full AMBER molecular mechanics scoring function with implicit solvent, conjugate gradient minimization, and molecular dynamics simulation capabilities.

Version 6.4

DOCK 6.4 fixed many significant bugs and introduced numerous features compared to previous versions. This is currently the latest version of DOCK 6. The full release notes are on the DOCK website: [1].

The main points are: Internal Energy, Growth Tree and Statistics, Database Filter, Pre-minimization, Restrained Minimization, Miscellaneous, Bug Fixes, Deprecated Features.

Version 3.5.54

Authors: David M. Lorber and Brian K. Shoichet

DOCK 3.5.54 as its name implies is a branch of DOCK 3.5. It was developed at Northwestern University Medical School, 1998-2003 while Brian Shoichet's lab was there. The main innovations were

  • ligands represented as a hierarchical ensemble of pre-computed conformations
  • ligand charges and desolvation energies computed with AMSOL
  • electostatic scoring grid computed with Delphi.

Version 3.6

Authors: Michael Mysinger, Michael Carchia, Ryan Coleman, Brian Shoichet

DOCK 3.6 is the current version of the DOCK 3 branch of DOCK and contains several significant new features. This is the docking engine behind DOCK Blaster starting in May 2010.


Version 3.7

A new version of the DOCK 3 series of docking programs will appear in 2012. The features and date have not been announced.