GitHub - openmm/pdbfixer: PDBFixer fixes problems in PDB files

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

PDBFixer fixes problems in PDB files

License

View license

626 stars 128 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

PDBFixer Continuous Integration Workflow

PDBFixer

PDBFixer is an easy to use application for fixing problems in Protein Data Bank files in preparation for simulating them. It can automatically fix the following problems:

  • Add missing heavy atoms.
  • Add missing hydrogen atoms.
  • Build missing loops.
  • Convert non-standard residues to their standard equivalents.
  • Select a single position for atoms with multiple alternate positions listed.
  • Delete unwanted chains from the model.
  • Delete unwanted heterogens.
  • Build a water box for explicit solvent simulations.

See our manual

Installation

PDBFixer can be installed with conda or mamba.

conda install -c conda-forge pdbfixer

Alternatively you can install from source, as described in the manual.