Package mmLib :: Module Constants
[hide private]
[frames] | no frames]

Module Constants

source code

Variables [hide private]
  PI = 3.14159265359
  PI2 = 9.86960440109
  PI3 = 31.0062766803
  RAD2DEG = 57.2957795131
  DEG2RAD = 0.0174532925199
  RAD2DEG2 = 3282.80635001
  DEG2RAD2 = 0.000304617419787
  U2B = 78.9568352087
  B2U = 0.0126651479553
  B2UE4 = 126.651479553
  RENDER = '/usr/local/bin/render'
  AMINO_BACKBONE = ['N', 'CA', 'C']
  NUCLEIC_BACKBONE = ['P', 'O5\'', 'C5\'', 'C4\'', 'C3\'', 'O3\'...
  BACKBONE_ATOMS = ['N', 'CA', 'C', 'P', 'O5\'', 'C5\'', 'C4\'',...
  __package__ = 'mmLib'
Variables Details [hide private]

NUCLEIC_BACKBONE

Value:
['P',
 'O5\'',
 'C5\'',
 'C4\'',
 'C3\'',
 'O3\'',
 'P',
 'O5*',
...

BACKBONE_ATOMS

Value:
['N',
 'CA',
 'C',
 'P',
 'O5\'',
 'C5\'',
 'C4\'',
 'C3\'',
...