OEGetPDBData

OEGetPDBData(mol: Union[OEGraphMol,OEMol,OEQMol], tag: str) -> str

Returns the PDB data for the given tag. If the molecule does not have that tag, an empty string is returned. If there are multiple items with the same tag, only the first data is returned.

See also