OESetMMCIFData
OESetMMCIFData(mol: Union[OEGraphMol,OEMol,OEQMol], value: str) -> bool
OESetMMCIFData(mol: Union[OEGraphMol,OEMol,OEQMol], cifData: OECIFData) -> bool
Sets mmCIF metadata on a molecule. If metadata already exists, it is replaced with the new value.
See also
OEAddMMCIFDatafunction to add MMCIF datammCIF Metadata Manipulation section
Note
Unicode characters are not supported in either the data tag or the data value.