From 262b6b5aebc00ce82bf0b74d77b0f59715255c29 Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Wed, 20 Dec 2023 13:23:20 +0100 Subject: [PATCH] add explicit attribute `self. class_matches` add explicit attribute `self.cless_matches` to make class `NPLinker` workable. --- src/nplinker/loader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nplinker/loader.py b/src/nplinker/loader.py index a7ff060b..17c70a01 100644 --- a/src/nplinker/loader.py +++ b/src/nplinker/loader.py @@ -132,6 +132,7 @@ def __init__(self, config_data): self.webapp_scoring_cutoff = self._config_webapp.get( "tables_metcalf_threshold", self.TABLES_CUTOFF_DEFAULT ) + self.class_matches = None self.chem_classes = None logger.debug(