|
IMP Reference Guide
2.7.0
The Integrative Modeling Platform
|
Data_structure for reading and storing sequence data from pdb. More...
Inherits object.
Data_structure for reading and storing sequence data from pdb.
Definition at line 767 of file pmi/topology/__init__.py.
Public Member Functions | |
| def | __init__ |
| read a pdb file and returns 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 returns all sequences for each contiguous fragment
| pdb_fn | file |
| name_map | dictionary mapping the pdb chain id to final stored name |
Definition at line 771 of file pmi/topology/__init__.py.