Home | Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|
Constructor. Just setup default parameter values. - outputFlushPeriod: Number of records to process before flushing output. - inputStart: Only start processing from this record in the input stream (0-based) - inputEnd: Stop processing before reaching this record in the input stream (0-based). Set to -1 to process until end of input. The following are all boolean values - delSmallFrags: Whether to delete everything except the first largest component for multi-component molecules before attempting any structure comparison. The following are OERMSD parameters. See OEChem API documentation for more info - automorphism: Account for symmetry related transformations. Useful, but can cause memory leak / crash for complicated mols - heavyOnly: Only consider non-hydrogen atoms - overlay: Rotate / translate molecules to find smallest RMSD |
Reads from the named inputFile as an oemolistream and run Corina on these molecules to generate predicted coordinates. Writes the generated molecules as an oemolostream object to the named outputFile. Must indicate the input / output formats of the molecule files as strings recognizable by Corina's -i/o t option. If omitted, will just use the extension string of the filenames. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:32 2007 | http://epydoc.sourceforge.net |