Package rosetta :: Module PyMolLink
[hide private]
[frames] | no frames]

Module PyMolLink

source code

(c) Copyright Rosetta Commons Member Institutions. (c) This file is part of the Rosetta software suite and is made available (c) under license. (c) The Rosetta software is developed by the contributing members of the (c) Rosetta Commons. (c) For more information, see http://www.rosettacommons.org. (c) Questions about this can be addressed to University of Washington UW (c) TechTransfer, email: license@u.washington.edu.

Brief: The PyMOLMover class and associated methods. Remarks: Use in conjunction with PyMOLPyRosettaServer.py. Authors: Sergey Lyskov & Evan Baugh Edits: Labonte

Classes [hide private]
  PySocketClient
  PyMOLMover
  PyMOLObserver
Responds to general events (changes of geometry and energies) to pose and sends updates to PyMOL.
  PyMOL_Mover
  PyMOL_Observer
Responds to general events (changes of geometry and energies) to pose and sends updates to PyMOL.
Functions [hide private]
 
list_valid_PyMOL_colors()
A simple exposed helper method that prints a sorted list of valid color strings for use with PyMOL_Mover methods.
source code
Variables [hide private]
  X11_COLORS = {'AliceBlue': (100, 240, 248, 255), 'AntiqueWhite...
  __package__ = 'rosetta'
Variables Details [hide private]

X11_COLORS

Value:
{'AliceBlue': (100, 240, 248, 255),
 'AntiqueWhite': (1, 250, 235, 215),
 'BlanchedAlmond': (2, 255, 235, 205),
 'BlueViolet': (3, 138, 43, 226),
 'CadetBlue': (4, 95, 158, 160),
 'CornflowerBlue': (5, 100, 149, 237),
 'DarkBlue': (6, 0, 0, 139),
 'DarkCyan': (7, 0, 139, 139),
...