drugforge.data.backend.openeye.oemol_to_sdf_string

drugforge.data.backend.openeye.oemol_to_sdf_string(mol: openeye.oechem.OEMol) str[source]

Dumps an OpenEye OEMol to an SDF string

Parameters:

mol (oechem.OEMol) – OpenEye OEMol

Returns:

SDF string representation of the input OEMol

Return type:

str