skillfed

pdb2pqr

Automates many of the common tasks of preparing structures for continuum solvation calculations as well as many other types of biomolecular structure modeling, analysis, and simulation.

pdb2pqr v3.7.1 430.2K downloads/30d#6,730 on PyPI174
Permissive license Copyright (c) 2002-2024, Jens Erik Nielsen; Nathan A. Baker; Battelle Memorial Institute, Developed at the Pacific Northwest National Laboratory, operated by Battelle Memorial Institute, Pacific… (full text in the JSON record) Active released

What it is and what it does

PDB2PQR is a specialized tool for preparing protein structures from the Protein Data Bank for computational chemistry and molecular dynamics simulations. It automates common preprocessing steps including protonation state assignment, force field parameterization, and structure validation—tasks that would otherwise require manual intervention or multiple separate tools. The package wraps years of research in biomolecular structure preparation and integrates with the Poisson-Boltzmann ecosystem for continuum solvation modeling.

The package depends on docutils, mmcif-pdbx, numpy, propka, and requests to handle structure parsing, protonation prediction, numerical computation, and data retrieval. It runs as a command-line tool or Python library and is actively maintained with support for modern Python versions. The codebase is small enough to install quickly but mature enough for production use in research workflows.

Use it for:

  • Prepare protein crystal structures for molecular dynamics simulations by assigning protonation states and force field parameters.
  • Convert PDB files to PQR format for use in Poisson-Boltzmann electrostatics calculations.
  • Batch-process multiple protein structures for high-throughput computational screening or binding studies.
  • Validate and clean protein structures before submission to simulation packages or structure analysis pipelines.
  • Automate protonation assignment at physiological pH for protein-ligand docking workflows.

Worth the install?

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

PDB2PQR prepares protein structures from PDB files for biomolecular simulations and continuum solvation calculations by automating structure setup, protonation, and parameterization tasks.

Yes, if you work with protein structures and need automated preparation for simulations or electrostatics calculations. The package is actively maintained, has no known vulnerabilities, installs with low friction, and carries a permissive license. It is purpose-built for a specific research workflow and unlikely to be useful outside structural biology or computational chemistry.

Install

pdb2pqr on PyPI

pip

pip install pdb2pqr

uv

uv add pdb2pqr

poetry

poetry add pdb2pqr

Installing pdb2pqr

Before you install

Low friction installation with five runtime dependencies. Actively maintained as of 2026-04-26 with recent releases; supports Python 3.11–3.13.

License in practice

Permissive BSD-style license permits commercial and private use with attribution; redistribution in source or binary form allowed under standard BSD conditions.

Quickstart

pip install pdb2pqr

from pdb2pqr import PDB2PQR

# Convert PDB structure to PQR format
pdb2pqr = PDB2PQR('input.pdb')
pdb2pqr.run()

Requires Python 3.11 or later; input PDB file must be provided and properly formatted.

Verify before relying

  • Whether the package includes built-in force field data or requires external parameterization files.
  • Performance characteristics and typical runtime for large protein structures.
  • Specific output format details and compatibility with downstream simulation software.

Package facts

License Copyright (c) 2002-2024, Jens Erik Nielsen; Nathan A. Baker; Battelle Memorial Institute, Developed at the Pacific Northwest National Laboratory, operated by Battelle Memorial Institute, Pacific… (full text in the JSON record) (permissive)
Python support supports the current Python release (<4,>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 5 — docutils, mmcif-pdbx, numpy, propka, requests
Maintenance actively maintained — 594 days since the last release
Last repo commit
First released
Downloads 430,186/month — #6,730 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pdb2pqr-3.7.1-py3-none-any.whl

Keywords: chemistry, molecular biology, science

Development Status :: 4 - BetaEnvironment :: ConsoleIntended Audience :: Science/ResearchLicense :: OSI Approved :: BSD LicenseNatural Language :: EnglishOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIXProgramming Language :: PythonProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: Implementation :: CPythonTopic :: Scientific/Engineering :: Bio-InformaticsTopic :: Scientific/Engineering :: Chemistry

Tags

PDB structure preparationprotein protonation assignmentbiomolecular simulation setupcontinuum solvation calculationsPDB to PQR conversionmolecular structure parameterizationprotein structure preprocessing
structural-biologycomputational-chemistrymolecular-dynamics

More Bio-Informatics packages