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

Module PDBBuilder

source code

Convert a Structure object to its PDBFile description.

Classes [hide private]
  PDBStructureBuilder
Builds a new Structure object by loading a PDB file.
  PDBFileBuilder
Builds a PDBFile object from a Structure object.
Functions [hide private]
 
setmap(smap, skey, dmap, dkey)
Sets the dmap/dkey with the value from smap/skey/
source code
 
setmaps(smap, skey, dmap, dkey)
Sets the dmap/dkey with the string value from smap/skey/
source code
 
setmapi(smap, skey, dmap, dkey)
Sets the dmap/dkey with the integer value from smap/skey.
source code
 
setmapf(smap, skey, dmap, dkey)
Sets the dmap/dkey with the float value from smap/skey or default if not smap/skey value is found.
source code
Variables [hide private]
  HELIX_CLASS_LIST = [('HELIX_P', -1), ('HELX_OT_P', -1), ('HELX...
  __package__ = 'mmLib'
Variables Details [hide private]

HELIX_CLASS_LIST

Value:
[('HELIX_P', -1),
 ('HELX_OT_P', -1),
 ('HELX_RH_P', -1),
 ('HELX_RH_OT_P', -1),
 ('HELX_RH_AL_P', 1),
 ('HELX_RH_GA_P', 4),
 ('HELX_RH_OM_P', 2),
 ('HELX_RH_PI_P', 3),
...