Skip to content

Commit

Permalink
Merge branch 'main' into Issue-CBDD#59/refactor-sdtether
Browse files Browse the repository at this point in the history
  • Loading branch information
lpardey authored Feb 1, 2024
2 parents de92039 + 6526217 commit 5d0d59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdock-utils/rdock_utils/sdtether_original.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def main(argv=None):
bestCoord = bestCoordPerMatch[irefmatch][imatch]
bestRMS = bestRMSPerMatch[irefmatch][imatch]
print(f"\tBest RMSD reached (match {imatch}, refmatch {irefmatch}): {bestRMS:.4f}")

molMatchID = molMatchAllIds[imatch]
updateCoords(mol, bestCoord)
newData = pybel.ob.OBPairData()
Expand Down

0 comments on commit 5d0d59b

Please sign in to comment.