OEDocking TK 3.5.0.5¶
The OEZ file format now correctly persists receptor information.
OEDocking TK 3.5.0¶
As part of the integration of OEToolkits and OEApplications into a single release, the version number of OEDocking TK has been upgraded to 3.5.0 to make it consistent with that of the OEDocking applications suite.
New features¶
Two new methods,
OEPositOptions::SetExcludeSelfandOEPositOptions::GetExcludeSelf, have been added to simplify cross-docking validation experiments with OEPosit.A new method,
OEPosit::RankReceptors, has been added that can rank receptors when posing with multiple receptors.The method
OEMakeReceptorhas been overloaded to take an OEDesignUnit object as input.
Major bug fixes¶
Memory management for
OEPosit::Dockhas been improved to handle up to 100 receptors when posing with multiple receptors.
Minor bug fixes¶
The following methods now return
boolinstead of avoid:OEPosit::Docknow fails gracefully when a single atom ligand is passed for posing.OEMakeBoxMoleculenow sets the output molecule as 3D.
Documentation changes¶
The PoseMolsMultiReceptor example has been updated.
An example has been added to the Receptors section showing how to convert an OEDesignUnit object to a receptor.