DOCK 3.8: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
 
m (asdf)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
DOCK 3.8 is the new version (Jan 2021) of ZINC.  
DOCK 3.8 is the new version (Jan 2021) of ZINC. DOCK 3.8 uses a new library, [ZINC22].
DOCK 3.8.0 is the alpha version, currently in the dev branch. It became available for download in Jan 2021.  
 
DOCK 3.8.2 is the current production version of DOCK 3, as of May 3, 2021.
 
== Availability ==
DOCK 3.8 is installed on our cluster and on Wynton. It is available on AWS via a docker container.  It should be runnable on any modern HPC platform.
 
== General Use ==
Mechanically, docking has the following steps.
* prepare gridfiles (dockfiles)
* select database subset to run
* move all files to the target platform
* run docking at scale
* merge the results (top_poses.py)
* move results back to your server.
* process the results (interaction fingerprint, strain filter, clustering, manual review)
* final re-extract of top poses for hit picking party.
* archive the results.
 
== Step by Step instructions ==
During development, this was the script we used to explain how to dock:
[[How to dock in DOCK3.8]]
 
 


[[Category:DOCK 3.8]]
[[Category:DOCK 3.8]]

Revision as of 18:26, 3 May 2021

DOCK 3.8 is the new version (Jan 2021) of ZINC. DOCK 3.8 uses a new library, [ZINC22].

DOCK 3.8.2 is the current production version of DOCK 3, as of May 3, 2021.

Availability

DOCK 3.8 is installed on our cluster and on Wynton. It is available on AWS via a docker container. It should be runnable on any modern HPC platform.

General Use

Mechanically, docking has the following steps.

  • prepare gridfiles (dockfiles)
  • select database subset to run
  • move all files to the target platform
  • run docking at scale
  • merge the results (top_poses.py)
  • move results back to your server.
  • process the results (interaction fingerprint, strain filter, clustering, manual review)
  • final re-extract of top poses for hit picking party.
  • archive the results.

Step by Step instructions

During development, this was the script we used to explain how to dock: How to dock in DOCK3.8