drugforge.data.backend.openeye.openeye_copy_pdb_data

drugforge.data.backend.openeye.openeye_copy_pdb_data(source: openeye.oechem.OEGraphMol, destination: openeye.oechem.OEGraphMol, tag: str) None[source]

Copy over the PDB data from one object to another. Tag examples include “SEQRES”

Parameters:
  • source (oechem.OEGraphMol) – Source molecule to copy the data from

  • destination (oechem.OEGraphMol) – Destination molecule to copy the data

  • tag (str) – Tag identifier for the data/metadata.