DOCK 6: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
DOCK 6 is a general purpose [[molecular docking]] program developed by the [[Kuntz Laboratory]] at [[UCSF]]. DOCK 6 (released summer 2006) is a significant upgrade of [[DOCK 5]] (2001-2006), which in turn was a complete rewrite and redesign of [[DOCK 4]] (1998-2002), which itself was a complete re-design and re-write of [[DOCK 3.5]] (released 1993-1994).
DOCK 6 is a general purpose [[molecular docking]] program developed by the [[Kuntz Laboratory]] at [[UCSF]]. DOCK 6 (released summer 2006) replaced [[DOCK 5]] (2001-2006), which is no longer available. [[DOCK 5]] was a complete re-write of [[DOCK 4]] (1998-2002), which itself was a complete re-design and re-write of [[DOCK 3.5]] (released 1993-1994).


DOCK 6 is coded predominantly in C++.  It is functionally separated into independent components (classes, methods), allowing a high degree of modularity and programming flexibility. Accessory programs are written in a variety of languages including C and Fortran 77. Source code is available for all programs. The DOCK suite of programs requires on the order of 50 MB of disk space and 256 MB RAM. Some runs may require considerably more disk space.
DOCK 6 is coded mainly in C++.  Using the object oriented model, it is functionally separated into independent components (classes, methods), allowing a high degree of modularity and programming flexibility. Accessory programs are written in a variety of languages including C and Fortran 77. Source code is available for all programs. The DOCK suite of programs requires on the order of 50 MB of disk space and 512 MB RAM. Some runs may require considerably more disk space and more memory.


* [http://dock.compbio.ucsf.edu Official DOCK website]
* [http://dock.compbio.ucsf.edu DOCK website]
* [http://dock.compbio.ucsf.edu/Online_Licensing/index.htm Licensing] (allow up to 7 days for reply)
* [http://dock.compbio.ucsf.edu/Online_Licensing/index.htm Licensing]
* Manual as a single PDF. [[Image:Dock61.pdf]]
* Manual as a single PDF. [[Image:Dock61.pdf]]
* [http://dock.compbio.ucsf.edu/DOCK_6/tutorials/index.htm Tutorials]
* [http://dock.compbio.ucsf.edu/DOCK_6/tutorials/index.htm Tutorials]

Revision as of 18:11, 11 May 2011

DOCK 6 is a general purpose molecular docking program developed by the Kuntz Laboratory at UCSF. DOCK 6 (released summer 2006) replaced DOCK 5 (2001-2006), which is no longer available. DOCK 5 was a complete re-write of DOCK 4 (1998-2002), which itself was a complete re-design and re-write of DOCK 3.5 (released 1993-1994).

DOCK 6 is coded mainly in C++. Using the object oriented model, it is functionally separated into independent components (classes, methods), allowing a high degree of modularity and programming flexibility. Accessory programs are written in a variety of languages including C and Fortran 77. Source code is available for all programs. The DOCK suite of programs requires on the order of 50 MB of disk space and 512 MB RAM. Some runs may require considerably more disk space and more memory.

New Features in DOCK 6

Manual