DOCK 3.8:How to install pydock3

From DISI
Revision as of 23:37, 2 November 2022 by Frodo (talk | contribs) (→‎to install on a new modern computer: asdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pydock3 is a Python package wrapping the DOCK Fortran program that provides tools to help standardize and automate the computational methods employed in molecular docking.

Installation instructions:

Note: if you are at UCSF on gimel or wynton, you do not need to install, the software is already locally maintained.

step 1. acquire this software

go to the dock.compbio.ucsf.edu license server, request a license, obtain it, and download the software distribution as a tarball. This documentation describes DOCK3.8 v1.0.0 and later versions (circa September 2022)

to install on a new modern computer

If your hardware and OS are modern, you should be able to follow these simple instructions

  • pip install dock.3.8-source.tar.gz
  • you are now ready to go.

to install on an AWS instance

  • spin up an instance
  • same as above?


Note: requires Python>=3.8