OEDeleteSDData
OEDeleteSDData(mol: Union[OEGraphMol,OEMol,OEQMol], tag: str) -> bool
Delete all SD data items with the specified tag.
See also
OEClearSDDatato remove all SD data.SD Tagged Data Manipulation section
Code Example
OEDeleteSDData(mol: Union[OEGraphMol,OEMol,OEQMol], tag: str) -> bool
Delete all SD data items with the specified tag.
See also
OEClearSDData to remove all SD data.
SD Tagged Data Manipulation section
Code Example