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.