Package schrodinger :: Package application :: Package bioluminate :: Module workspacelabeler
[hide private]
[frames] | no frames]

Module workspacelabeler

A module containing a class for labeling atoms in the workspace.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  WorkspaceLabeler
Class with methods for manipulating workspace atom labels.
Functions [hide private]
 
removeBadOptions()
Test each option in DEFAULT_OPTIONS and remove any bad or deprecated ones.
Variables [hide private]
  __doc__ = ...
  maestro = None
hash(x)
  SAVE_FMT_PROP = 's_bioluminate_saved_label_format'
  DEFAULT_OPTIONS = {'1charge': 'FALSE', '1chargeformatstring': ...
  __package__ = 'schrodinger.application.bioluminate'
Variables Details [hide private]

__doc__

Value:
"""
A module containing a class for labeling atoms in the workspace.

Copyright Schrodinger, LLC. All rights reserved.

"""

DEFAULT_OPTIONS

Value:
{'1charge': 'FALSE',
 '1chargeformatstring': '%C1.3',
 '2charge': 'FALSE',
 '2chargeformatstring': '%C2.3',
 'acolor': 'TRUE',
 'anum': 'FALSE',
 'anumformatstring': '%NU',
 'atomicnumber': 'FALSE',
...