| Trees | Indices | Help | 
 | 
|---|
|  | 
Utilities to load Maestro projects into PyMOL.
Example:
>>> cmd = PymolInstance("/path/to/pymol") >>> pt = maestro.project_table_get() >>> process_prj(cmd, pt)
Copyright Schrodinger LLC, All rights reserved.
Author: Thomas Holder
| 
 | |||
| Mapping Mappings from Maestro codes to PyMOL representations and settings | |||
| PymolInstance Represents a remote PyMOL instance (controlled via a one-way pipe) | |||
| PymolScriptInstance Represents a PyMOL script for deferred execution. | |||
| VisRecord Represents a surface entry in a "vis_list" file | |||
| VisRecordVol Represents a volume entry in a "vis_list" file | |||
| RowProxy Proxy for project table row to attach additional data. | |||
| WorkspaceIdMapper Maps workspace atom indices to (row.index, ID) | |||
| 
 | |||
| 
 | |||
| list | 
 | ||
| 
 | |||
| int | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| bool | 
 | ||
| 
 | |||
| 
 Make a PyMOL selection for surface ASL. 
 | 
| 
 Get workspace atom ids from the measurements table. If not running from Maestro, read the *.tab files from the .mmproj-admin directory. 
 | 
| 
 Send workspace measurements to PyMOL 
 | 
| 
 Get the PyMOL label_font_id which best matches the given font name and style. 
 | 
| 
 Send "highlights" (label+arrow annotation) to PyMOL 
 | 
| 
 Send maestro project to PyMOL. By default send everything, optional filters may apply. 
 | 
| 
 Import Phase pharmacophores as CGOs into PyMOL. 
 | 
| 
 Send a row from the project table to PyMOL. 
 | 
| 
 Send a surface to PyMOL 
 | 
| 
 Map Maestro settings to closest matching PyMOL settings. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:20 2016 | http://epydoc.sourceforge.net |