|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Data structure for reading and storing sequence data from PDBs. More...
Data structure for reading and storing sequence data from PDBs.
Definition at line 1090 of file pmi/topology/__init__.py.
Public Member Functions | |
| def | __init__ |
| Read a PDB file and return all sequences for each contiguous fragment. More... | |
| def IMP.pmi.topology.PDBSequences.__init__ | ( | self, | |
| model, | |||
| pdb_fn, | |||
name_map = None |
|||
| ) |
Read a PDB file and return all sequences for each contiguous fragment.
| pdb_fn | file |
| name_map | dictionary mapping the pdb chain id to final stored name |
Definition at line 1096 of file pmi/topology/__init__.py.