From e0aca6c05444eb57bdc9e409e0c2a5ba1700aa6d Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Mon, 1 Jul 2024 16:25:52 +0200 Subject: [PATCH] Register ligand_scoring.py in CMake --- modules/mol/alg/pymod/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mol/alg/pymod/CMakeLists.txt b/modules/mol/alg/pymod/CMakeLists.txt index 436871b5d..a487f3c4f 100644 --- a/modules/mol/alg/pymod/CMakeLists.txt +++ b/modules/mol/alg/pymod/CMakeLists.txt @@ -31,6 +31,7 @@ set(OST_MOL_ALG_PYMOD_MODULES stereochemistry.py dockq.py contact_score.py + ligand_scoring.py ligand_scoring_base.py ligand_scoring_scrmsd.py ligand_scoring_lddtpli.py -- GitLab