OEReadMDLReactionQueryFile

OEReadMDLReactionQueryFile(ifs: oemolistream,
                           mol: Union[OEGraphMol,OEMol,OEQMol]) -> bool

Reads the contents of the MDL reaction file into the specified OEMolBase object. OEReadMDLReactionQueryFile is a low-level reader and as such will not call Clear on each read.

OEReadMDLReactionQueryFile(ifs: oemolistream, qmol: OEQMol, opts: int) -> bool

Reads the contents of the MDL reaction file into the specified OEQMolBase object. The option from the OEMDLQueryOpts namespace determine how the MDL reaction is interpreted.

See also