drugforge.data.backend.openeye.sdf_string_to_oemol

drugforge.data.backend.openeye.sdf_string_to_oemol(sdf_str: str) openeye.oechem.OEMol[source]

Loads an SDF string into an openeye molecule. Enables multiple conformers but only returns the first molecule in a multi molecule sdf

Parameters:

sdf_str (str) – The string representation of an SDF file

Returns:

resulting OpenEye OEMol

Return type:

oechem.OEMol