diff --git a/modules/mol/alg/pymod/qsscoring.py b/modules/mol/alg/pymod/qsscoring.py index e26336b24334f6a305b33841650039bac3aca569..5a3477c903960d68d151739f77004914c7307721 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.