Skip to content

docking-org/dude-z-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools for the DUDE-Z benchmark dataset

This repository contains the scripts needed to obtain the DUDE-Z benchmark dataset and use it to evaluate the performance of drug discovery algorithms.

Requirements

Installation

To install the requirements, you can use pip:

pip install 'pydock3>=0.1.0rc'

Usage: DockOpt

To run dockopt on the DUDE-Z benchmark, first clone this repository and download the dataset:

git clone https://github.com/docking-org/dude-z-benchmark
cd dude-z-benchmark/
bash make_dataset.sh

To run a single target (e.g., AMPC), specify its name as an argument:

bash benchmark_dockopt.sh AMPC

To run on all DUDE-Z targets, run with no arguments:

bash benchmark_dockopt.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published