Omega TK 2.9.1¶
New features¶
The following new methods have been added to the OESliceEnsembleOptions class to make it more efficient with large macrocycles and energy-optimized structures:
SetEnergyThreshold
GetEnergyThreshold
SetSliceByEnergy
GetSliceByEnergy
A new class, OEConfSlicer, has been added that complements the
OESliceEnsemblemethod. In addition, a new overload has been added toOESliceEnsemblethat provides broader functionality by working with an OESliceEnsembleOptions object.Deduplication of conformer ensembles in OEMacrocycleOmega has been improved by replacing two preliminary API methods,
OEConfGen::OEMacrocycleOmegaOptions::SetDeduplicateScanOptionsandOEConfGen::OEMacrocycleOmegaOptions::GetDeduplicateScanOptions, withOEMacrocycleOmegaOptions::SetSliceEnsembleOptionsandOEMacrocycleOmegaOptions::GetSliceEnsembleOptions, respectively.
Major bug fixes¶
OEMacrocycleOmega::Buildnow generates conformer ensembles that are centered and aligned to each other, and with better deduplication.An issue that occasionally caused knotted conformations of some complex molecules generated with
OEOmega::Buildhas been fixed.
Minor bug fixes¶
OEOmega::Buildnow properly adds hydrogens to single heavy atom molecules.Two preliminary API classes,
OEConfGen::OEDuplicateScannerandOEConfGen::OEDuplicateScanOptions, have been removed.Two preliminary API methods,
OEConfGen::OETorDriveOptions::SetIncludeInputandOEConfGen::OETorDriveOptions::GetIncludeInput, have been removed.Defaults for
OEMolBuilderOptions::SetEnumNitrogenand SetSampleHydrogens in theOEOmegaSampling::Densemode have been changed fromOENitrogenEnumeration::UnspecifiedandfalsetoOENitrogenEnumeration::Allandtrue, respectively.An issue regarding the
OEOmegaOptions::SetEnergyWindownot being properly honored for some molecules withOEOmega::Buildhas been fixed.Fragment conformations for
CCNandCNhave been updated in the built-in fragments library to properly reflect the tetrahedral geometry.Occasional failure to generate conformations for molecules containing chiral N=N or C=N bonds has been fixed.