Ucsfdock: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "`ucsfdock` is a Python package wrapping the DOCK program that provides tools to help standardize and automate the computational methods surrounding molecular docking....")
 
(Replaced content with "Deprecated. See pydock3.")
Tag: Replaced
(79 intermediate revisions by the same user not shown)
Line 1: Line 1:
`ucsfdock` is a Python package wrapping the [[DOCK|DOCK program]] that provides tools to help standardize and automate the computational methods surrounding molecular docking.
Deprecated. See [[pydock3]].
 
Scripts:
- blastermaster: given receptor and ligand, generate a specific docking configuration
- dockmaster: evaluate many different docking configurations in parallel using a provided job scheduler (e.g. Slurm)
 
= Installation =
 
# TODO
 
= Quickstart =
 
== blastermaster ==
 
# TODO
 
== dockamster ==
 
# TODO

Revision as of 06:40, 2 September 2022

Deprecated. See pydock3.