OESerializeInteractionsHintContainer
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
OESerializeInteractionsHintContainer(protein: Union[OEGraphMol,OEMol,OEQMol],
ligand: Union[OEGraphMol,OEMol,OEQMol],
asite: OEInteractionHintContainer) -> bool
Serializes the interaction hints between a protein and a ligand from a given
container and stores the serialized data in the protein and ligand molecules.
The molecules can then be written to an .oeb file and the interaction hints can
be reconstructed using the OEConstructInteractionHintContainer function.
See also
OEConstructInteractionHintContainerfunction