Hierarchical Evaluation of Drug GEnerators tHrOugh riGorous filtration
Project description
HEDGEHOG: Hierarchical Evaluation of Drug GEnerators tHrOugh riGorous filtration.
Quick Start
HEDGEHOG is a benchmark pipeline for evaluating generated molecules. It applies a staged filtering workflow (standardization, descriptors, structural filters, synthesis checks, docking, and post-docking validation) and generates an interactive HTML report.
Install from PyPI
pip install hedgehog
hedgehog --help
Install from source
git clone https://github.com/LigandPro/hedgehog.git
cd hedgehog
uv sync
First run
uv run hedgehog
# Optional: auto-install missing optional tools without prompts
uv run hedgehog --auto-install
Common Commands
# Full pipeline
uv run hedgehog
# Run with your own molecules
uv run hedgehog --mols input/my_molecules.csv
# Run a single stage
uv run hedgehog --stage descriptors
# Run docking with a live progress bar
uv run hedgehog --stage docking --progress
# Run docking without progress bar (default)
uv run hedgehog --stage docking
# Regenerate report for an existing run
uv run hedgehog report results/run_10
# Show stages / version
uv run hedgehog info
uv run hedgehog version
# Launch terminal UI
uv run hedgehog tui
Progress bar behavior in CLI runs:
- Enabled: add
--progress - Disabled: omit
--progress(default)
Documentation
For full details, use the documentation instead of this README:
- Introduction
- Getting Started
- CLI Reference
- Pipeline Stages
- Configuration
- Reporting
- Advanced Topics
- TUI README
To run the docs site locally:
cd docs
pnpm install
pnpm dev
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hedgehog-1.1.8.tar.gz.
File metadata
- Download URL: hedgehog-1.1.8.tar.gz
- Upload date:
- Size: 11.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81c5a533f11ce567f64b0be742acc4f41ae80e4115f07177ce53aab93aa7343
|
|
| MD5 |
1156244d4acb09f8464ff945fdc9b9ea
|
|
| BLAKE2b-256 |
c164ad03cc221cd1511d350ebd08afb10866e37e8aa4d064fa2d6d04b5cf2c57
|
File details
Details for the file hedgehog-1.1.8-py3-none-any.whl.
File metadata
- Download URL: hedgehog-1.1.8-py3-none-any.whl
- Upload date:
- Size: 11.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67e304668c101ba2b0f4e02290c5f985accb77f3675089db02d672ade9f4c7a1
|
|
| MD5 |
9edb7fb2a5e72717554b60c191bdaf35
|
|
| BLAKE2b-256 |
f07947e9627770ffb0fa54523f12413d83ab9d749b87fa1b99bf58577113e324
|