Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 329 Bytes

File metadata and controls

27 lines (18 loc) · 329 Bytes

diffdock

Diffusion-based molecular docking.

Setup

cd diffdock
python3 -m venv .venv && source .venv/bin/activate && pip install esm pandas rdkit torch -q

Environment variables

None.

Usage

python3 scripts/analyze_results.py --help

Dependencies

  • esm
  • pandas
  • rdkit
  • torch