schrodinger.maestro_utils.surface_manager.constants module¶
- class schrodinger.maestro_utils.surface_manager.constants.SurfaceColumnType¶
Bases:
EnumEnum for the type of column.
- CHECK_BOX_COLUMN = 1¶
- TEXT_COLUMN = 0¶
- TYPE_COLUMN = 2¶
- VOLUME_COLUMN = 3¶
- class schrodinger.maestro_utils.surface_manager.constants.COLOR_SCHEME_DROPDOWN_ITEM¶
Bases:
EnumEnum for the color scheme dropdown items.
- CONSTANT = 'Constant'¶
- ELECTROSTATIC_POTENTIAL = 'Electrostatic potential'¶
- OTHER_PROPERTY = 'Other property'¶
- MAPPED_FROM_VOLUME = 'Mapped from volume'¶
- class schrodinger.maestro_utils.surface_manager.constants.OTHER_PROPERTY_DROPDOWN_ITEM¶
Bases:
StrEnumEnum for other property dropdown items.
- PARTIAL_CHARGE = 'Partial Charge'¶
- MACROMODEL_ATOM_TYPE = 'MacroModel Atom Type'¶
- CHAIN_NAME = 'Chain Name'¶
- ELEMENT = 'Element'¶
- MOLECULE_NUMBER = 'Molecule Number'¶
- ELEMENT_MOL_NUMBER_CARBONS = 'Element (Molecule Number Carbons)'¶
- RESIDUE_CHARGE = 'Residue Charge'¶
- RESIDUE_PROPERTY = 'Residue Property'¶
- RESIDUE_POSITION = 'Residue Position'¶
- RESIDUE_TYPE = 'Residue Type'¶
- ENTRY = 'Entry'¶
- ATOM_COLOR = 'Atom Color'¶
- CA_ATOM_COLOR = 'CA Atom Color'¶