IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Data structure for reading and storing sequence data from PDBs. More...
Inherits object.
Data structure for reading and storing sequence data from PDBs.
Definition at line 1088 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 1094 of file pmi/topology/__init__.py.