Overview#

workflow-first molecular docking

Automate docking, then reuse the same results for analysis

Prepare structures, build docking inputs, run campaigns across engines, and keep poses, scores, and interactions queryable in one SQLite database.

PyPI version Conda Docker pulls Docker image version License Release Last Commit CI Dependency PRs Stars
workflow overview

Store once, analyze many times#

database to analysis flow

Package map

Core orchestration stays compact while structure, preprocess, docking, postprocess, and database modules remain reusable.

package map

Database overview

Catalog tables feed a central poses table, which branches into score and interaction storage.

database architecture