drugforge.data.backend.openeye.oemol_to_pdb_string

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

Dumps an OpenEye OEMol to a PDB string

Parameters:

mol (oechem.OEMol) – OpenEye OEMol

Returns:

PDB string representation of the input OEMol

Return type:

str