drugforge.data.backend.openeye.oemol_to_inchi
- drugforge.data.backend.openeye.oemol_to_inchi(mol: openeye.oechem.OEMol, fixed_hydrogens: bool = False) str[source]
InChI string of an OpenEye OEMol
Paramers
- mol: oechem.OEMol
OpenEye OEMol
- fixed_hydrogens: bool
If a fixed hydrogen layer should be added to the InChI, if True this will result in a non-standard inchi which can distinguish tautomers.
- returns:
InChI string of molecule
- rtype:
str