rosetta icon indicating copy to clipboard operation
rosetta copied to clipboard

Rmsd in smallmol docking

Open Hackefleisch opened this issue 7 months ago • 0 comments

This PR does two things:

  1. It fixes the RMSD accept/reject option in the TransformMover. The old version did not square the distances and was not automorphic. The new version simply uses the Rosetta automorphic rmsd function. Additionally, there is now an informative print to tell a user how many moves were rejected due to rmsd criteria.
  2. The RMSD criteria is copied 1 to 1 to the HighResMover and follows the same functionality.

Both changes are useful to limit docking exploration during execution towards the starting position and enforces local refinements.

Hackefleisch avatar Jul 17 '24 14:07 Hackefleisch