DOCK on cygwin: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 15: Line 15:
You are ready to go!
You are ready to go!


The installation section of the DOCK manual  spesifies details on compiling DOCK, which might be helpful:
The installation section of the DOCK manual  specifies details on compiling DOCK, which might be helpful:


[http://dock.compbio.ucsf.edu/DOCK_6/dock6_manual.htm#Installation Installation section of Manual]
[http://dock.compbio.ucsf.edu/DOCK_6/dock6_manual.htm#Installation Installation section of Manual]

Latest revision as of 23:38, 22 July 2014

This page specifies how to install DOCK on Windows OS.

  • install cygwin. (download from http://www.cygwin.org)
  • install "devel" tools in cygwin configuration utility
    • To install DOCK on cygwin, you need to be sure to add the "devel" tools. Use the Cygwin configuration utility, and click on "default" to the right of "devel" to make it say "install". Then proceed. There is a lot to install, but this will make sure you have make and other tools required by DOCK.
  • get a dock license (http://dock.compbio.ucsf.edu/Online_Licensing/dock_license_application.html)
  • download dock 6 tarball
  • tar xzf dock6....
  • cd dock6/install
  • ./configure gnu
  • make
  • make test

You are ready to go!

The installation section of the DOCK manual specifies details on compiling DOCK, which might be helpful:

Installation section of Manual

The old version of DOCK, DOCK 5.4, was pre-compiled for Windows. However, it has many bugs which are fixed in DOCK 6, and were never fixed in the DOCK 5 series. If you are using DOCK 5.x, we strongly urge you to upgrade to DOCK 6 (free to academics, new reasonable prices for companies).