bio-pdb-structure-io
Installation
SKILL.md
Structure I/O
Parse, download, and write protein structure files in PDB, mmCIF, and MMTF formats.
Required Imports
from Bio.PDB import PDBParser, MMCIFParser, PDBIO, MMCIFIO, PDBList
from Bio.PDB.MMCIF2Dict import MMCIF2Dict
Supported Formats
| Format | Parser | Writer | Description |
|---|---|---|---|
| PDB | PDBParser |
PDBIO |
Legacy format, limited to 99999 atoms |
| mmCIF | MMCIFParser |
MMCIFIO |
Modern standard, full metadata |
| MMTF | MMTFParser |
- | Compact binary (read-only in Biopython) |
| BinaryCIF | BinaryCIFParser |
- | Compact binary, RCSB recommended |