Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 666 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 666 Bytes

DeltaDock

DeltaDock: A Unified Framework for Accurate, Efficient, and Physically Reliable Molecular Docking

This is a PyTorch implementation of DeltaDock for the robust and versatile molecular docking. If you encounter any issues, please reach out to [email protected].

DeltaDock_framework

Installation

Installation of the python dependencies

We provide a script conda_env.sh that makes it easy to install the python dependencies of DeltaDock. You just need to modify several packages according to you cuda version.

conda create -y -n torch_geo python=3.7
conda activate torch_geo
bash conda_env.sh