Skip to content
Snippets Groups Projects
Verified Commit d80436be authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: omega_torsion

parent b8e84dee
No related branches found
No related tags found
No related merge requests found
......@@ -681,6 +681,15 @@ The Handle Classes
torsion, the PSI torsion is an invalid handle.
Read-only. Also available as :meth:`GetPsiTorsion`
.. attribute:: omega_torsion
The OMEGA dihedral angle between this residue and the previous. For residues
that are not amino acids, residues that do not have all atoms required or
residues that do not have bonds between the four atoms involved in the
torsion, the OMEGA torsion is an invalid handle.
Read-only. Also available as :meth:`GetOmegaTorsion`
:type: :class:`TorsionHandle`
......@@ -881,6 +890,10 @@ The Handle Classes
See :attr:`psi_torsion`
.. method:: GetOmegaTorsion()
See :attr:`omega_torsion`
.. method:: GetChemClass()
See :attr:`chem_class`
......@@ -1888,6 +1901,7 @@ The View Classes
geometric_center
phi_torsion
psi_torsion
omega_torsion
chem_class
chem_type
sec_structure
......@@ -1948,6 +1962,7 @@ The View Classes
GetGeometricCenter
GetPhiTorsion
GetPsiTorsion
GetOmegaTorsion
GetChemClass
GetChemType
GetSecStructure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment