Skip to content

3.7.0 - 2024.01.14

Compare
Choose a tag to compare
@ale94mleon ale94mleon released this 14 Jan 19:14
· 26 commits to main since this release

Fixed

  • Calculate SA_score with the molecule without explicit hydrogens for all built-in fitness functions. Based on: rdkit/rdkit#7047

Added

  • The moldrug.constraintconf.clashes_present function.

Changed

  • bio.PDB object is no longer used for filtering of conformations that clash with the protein. Now the coordinates are retrieved from the RDKit molecule object and the distance is calculated with NumPy.