From 1cbe5335f409997d723b8453072a0aaeededf809 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Mon, 11 Jun 2018 19:16:52 +0200 Subject: [PATCH] SCHWED-3236: Clarify limitation of model-chain-penalties. --- modules/mol/alg/pymod/qsscoring.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/mol/alg/pymod/qsscoring.py b/modules/mol/alg/pymod/qsscoring.py index e26336b24..5a3477c90 100644 --- a/modules/mol/alg/pymod/qsscoring.py +++ b/modules/mol/alg/pymod/qsscoring.py @@ -939,7 +939,10 @@ class OligoLDDTScorer(object): :attr:`QSscorer.chem_mapping`. Used to find "chem-mapped" chains in :attr:`ref` for unmapped chains in :attr:`mdl` when penalizing scores. Each unmapped model chain can add extra reference-contacts according to the - average total contacts of each single "chem-mapped" reference chain. + average total contacts of each single "chem-mapped" reference chain. If + there is no "chem-mapped" reference chain, a warning is shown and the model + chain is ignored. + Only relevant if :attr:`penalize_extra_chains` is True. -- GitLab