skillfed

pinder

PINDER: The Protein INteraction Dataset and Evaluation Resource

pinder v0.5.0 105.6K downloads/30d#12,688 on PyPI158
Permissive license DORMANT released

What it is and what it does

Pinder is a dataset and resource for protein-protein docking research, providing access to a large collection of protein structures and interaction data hosted on Google Cloud Storage. It includes monomer structures, ground-truth dimer complexes, predicted structures, and apo conformations—the first dataset to pair predicted and apo structures for training flexible docking methods. The dataset is approximately 500 times larger than previous state-of-the-art datasets.

The Python API handles automatic downloading and caching of dataset files to a local directory (defaulting to ~/.local/share/pinder), with command-line tools for managing downloads and updates. It depends on 19 runtime packages including torch, torch-geometric, biotite, and pandas, making it suitable for machine learning workflows. The dataset requires approximately 700 GB of disk space when fully unpacked.

Use it for:

  • Train protein-protein docking models using the large paired dataset of holo and apo structures
  • Benchmark docking algorithms against gold-standard test sets included in the dataset
  • Access preprocessed protein structure data and metadata for structural biology research
  • Develop flexible docking methods using predicted and experimental structure pairs
  • Evaluate protein interaction prediction models on standardized benchmarks

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Pinder provides access to a large protein-protein interaction dataset and tools for training and evaluating protein docking algorithms, including paired predicted and apo structures for flexible docking.

Yes, if you are actively developing or benchmarking protein docking algorithms and have approximately 700 GB of disk space available. The dataset is substantially larger than prior resources and uniquely includes paired predicted and apo structures. However, maintenance is dormant, so verify compatibility with your current PyTorch and torch-geometric versions before committing to a production workflow. For exploratory work or small-scale evaluation, the download overhead may not justify the install.

Install

pinder on PyPI

pip

pip install pinder

uv

uv add pinder

poetry

poetry add pinder

Installing pinder

Before you install

Low install friction with a pure Python wheel available. The package depends on fastpdb, which has pre-built wheels for Linux (glibc≥2.34), macOS Sierra or newer, and Windows; other platforms require building from source with the Rust toolchain. Maintenance is dormant—last release was 2024-11-15.

License in practice

Licensed under Apache 2.0 (permissive), allowing commercial and private use with minimal restrictions.

Quickstart

pip install pinder
from pinder.core import get_pinder_location
get_pinder_location()

Requires Python ≥3.10. The dataset itself is approximately 700 GB and must be downloaded separately via pinder_download command-line tool or manually from Google Cloud Storage. fastpdb may require Rust toolchain on unsupported platforms.

Verify before relying

  • Whether dormant maintenance status affects stability or compatibility with current PyTorch/torch-geometric versions
  • Performance characteristics and typical memory footprint when loading subsets of the dataset
  • Whether optional dependencies (pytorch-cluster, PRODIGY-cryst) are commonly needed for typical workflows

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 19 — biotite, fastpdb, numpy, pandas, pyarrow, torch, torchtyping, typeguard, typing-extensions, pydantic, tqdm, plotly, nbformat, google-cloud-storage, gcsfs, torch-geometric, tabulate, PyYAML, scikit-learn
Maintenance dormant — 637 days since the last release
Last repo commit
First released
Downloads 105,620/month — #12,688 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pinder-0.5.0-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

protein docking datasetprotein interaction benchmarkprotein structure prediction training dataflexible docking evaluationprotein-protein interaction datadocking algorithm benchmarkingprotein structure dataset
protein-dockingstructural-biologydataset

More Artificial Intelligence packages