|
__init__(self)
Constructor. |
|
|
|
canonizeReactionMol(self,
reactionMol)
Given an OEMolBase object representing a reaction, modify it's
atom mapping contents and number to ensure canonical labeling. |
|
|
|
canonizeReactionSmiles(self,
reactionSmi)
Just create a molecule object representation of the SMILES string
and call canonizeReactionMol on it, then return a SMILES
representation back. |
|
|
|
runByMolStream(self,
inputMolStream,
outputMolStream)
Read through contents of the inputFile, canonize each reactionMol
and then write to the outputFile. |
|
|
|
runByFilename(self,
inputFilename,
outputFilename)
Read through contents of the inputFile, canonize each reactionMol
and then write to the outputfile. |
|
|