Skip to main content

Module pdb

Module pdb 

Source
Expand description

PDB format parser.

Parses ATOM, HETATM, TER, HEADER, and MODEL/ENDMDL records from PDB-format text. Only the first MODEL is returned for multi-model (NMR) files.

Functionsยง

parse_pdb
Parse a PDB-format string into a Structure.
parse_pdb_file
Parse a PDB file from disk.