IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Temporarily stores residue information, even without structure available. More...
Inherits object.
Temporarily stores residue information, even without structure available.
Definition at line 1243 of file pmi/topology/__init__.py.
Public Member Functions | |
def | __init__ |
setup a TempResidue More... | |
def IMP.pmi.topology.TempResidue.__init__ | ( | self, | |
molecule, | |||
code, | |||
index, | |||
internal_index, | |||
alphabet | |||
) |
setup a TempResidue
molecule | PMI Molecule to which this residue belongs |
code | one-letter residue type code |
index | PDB index |
internal_index | The number in the sequence |
Definition at line 1249 of file pmi/topology/__init__.py.