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

Module configs

Contains configuration options specific to BioLuminate actions.

Variables [hide private]
  IMPORT_STRUCTURES = {'blast': {'parent_slot': 'runBlast', 'sta...
  SEQUENCE_VIEWER = {'default_order': ['sync_ws', 'open', 'save_...
  ALIGNMENT_ACTIONS = {'anchor': {'parent_slot': 'anchorSelectio...
  FIND_PATTERN_ACTIONS = {'default_order': ['previous', 'next'],...
  ANNOTATE_ACTIONS = {'add_global': {'parent_slot': 'addGlobalAn...
  COLOR_SEQUENCES = {'default_order': ['residue_type', 'residue_...
  VIEWER_NAME_CONTEXT = {'aa_order': ['rename', 'separator_1', '...
  VIEWER_SEQUENCE_CONTEXT = {'align_anchor': {'parent_slot': 'an...
  CONSENSUS_DISPLAY = {'all_proteins': {'icon': ':/schrodinger/a...
  __package__ = 'schrodinger.application.bioluminate.actions'
Variables Details [hide private]

IMPORT_STRUCTURES

Value:
{'blast': {'parent_slot': 'runBlast',
           'status_tip': 'Query using BLAST protein database',
           'text': '&BLAST homology search...',
           'tooltip': 'Query using BLAST protein database'},
 'default_order': ['file', 'pdb', 'workspace'],
 'file': {'parent_slot': 'importFromFile',
          'status_tip': 'Import a structure from a file.',
          'text': 'From &File...',
...

SEQUENCE_VIEWER

Value:
{'default_order': ['sync_ws', 'open', 'save_as', 'undo', 'redo'],
 'open': {'status_tip': 'Open a strucuture to be imported?',
          'text': '&Open...',
          'tooltip': 'Open a strucuture to be imported?'},
 'redo': {'icon': ':/schrodinger/application/bioluminate/actions/icons\
_dir/msv_redo',
          'parent_slot': 'redo',
          'shortcut': 'Ctrl+Y',
...

ALIGNMENT_ACTIONS

Value:
{'anchor': {'parent_slot': 'anchorSelection',
            'status_tip': 'Preserve alignment outside of the selection\
',
            'text': 'Anchor Residues Outside Selection'},
 'clear_anchors': {'parent_slot': 'clearAnchors',
                   'status_tip': 'Clear the restricted region',
                   'text': 'Clear Restricted Region'},
 'clear_constraints': {'parent_slot': 'clearConstraints', 'text': 'Cle\
...

FIND_PATTERN_ACTIONS

Value:
{'default_order': ['previous', 'next'],
 'find_pattern': {'parent_slot': 'focusFinder',
                  'shortcut': 'Ctrl+F',
                  'status_tip': 'Find a pattern in the sequences',
                  'text': '&Find Pattern...',
                  'tooltip': 'Find a pattern in the sequences'},
 'next': {'icon': ':/schrodinger/application/bioluminate/actions/icons\
_dir/msv_right_arrow',
...

ANNOTATE_ACTIONS

Value:
{'add_global': {'parent_slot': 'addGlobalAnnotations',
                'text': 'Add &Global Annotations'},
 'bfactor': {'data': 12,
             'parent_slot': 'addAnnotationAction',
             'text': '&B Factor'},
 'clear': {'parent_slot': 'deleteAnnotations',
           'text': '&Clear Annotations'},
 'collapse': {'parent_slot': 'collapseAllSequences', 'status_tip': 'Co\
...

COLOR_SEQUENCES

Value:
{'default_order': ['residue_type',
                   'residue_similarity',
                   'hydrophobicity',
                   'hydrophilicity',
                   'taylor',
                   'grayscale',
                   'white',
                   'separator_1',
...

VIEWER_NAME_CONTEXT

Value:
{'aa_order': ['rename',
              'separator_1',
              'select_all',
              'unselect_all',
              'invertseparator_2',
              'ann_clear',
              'separator_3',
              'up',
...

VIEWER_SEQUENCE_CONTEXT

Value:
{'align_anchor': {'parent_slot': 'anchorSelection',
                  'status_tip': 'Preserve alignment outside of the sel\
ection',
                  'text': 'Anchor Residues Outside Selection'},
 'align_clear_anchors': {'parent_slot': 'clearAnchors',
                         'status_tip': 'Clear the restricted region',
                         'text': 'Clear Restricted Region'},
 'align_clustal': {'icon': ':/schrodinger/application/bioluminate/acti\
...

CONSENSUS_DISPLAY

Value:
{'all_proteins': {'icon': ':/schrodinger/application/bioluminate/actio\
ns/icons_dir/all_proteins',
                  'parent_slot': 'viewAllProteins',
                  'text': 'All proteins superimposed',
                  'tooltip': 'Display all of the proteins in the viewe\
r, superimposed on one another.'},
 'consensus_counterions': {'icon': ':/schrodinger/application/biolumin\
ate/actions/icons_dir/fog',
...