Package schrodinger :: Package pipeline :: Package stages :: Module combine
[hide private]
[frames] | no frames]

Module combine


Core stages for Pipeline mechanism.

CombineStage
  Stage for combining multiple structure PipeIO sets into one PipeIO set
  and labelling each ligand by the input set from which it came.

GenerateCovalentComplexesStage
  Stage that takes a receptor structure and ligands and generates complexes.
  Used by Prime Covalent Docking.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  CombineStage
Stage for combining multiple Structures objects into one.
  GenerateCovalentComplexesStage
Stage for combining specified receptor with specified ligands via covalent bond to form complexes.
Functions [hide private]
 
get_atom_str(atom)
Return a print-out string for the atom.
Variables [hide private]
  __doc__ = ...
  _version = '$Revision: 1.35 $'
  __package__ = 'schrodinger.pipeline.stages'
Variables Details [hide private]

__doc__

Value:
"""
Core stages for Pipeline mechanism.

CombineStage
  Stage for combining multiple structure PipeIO sets into one PipeIO s\
et
  and labelling each ligand by the input set from which it came.

...