Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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