From 2ff58e77df0a82611abb4ae55e716b1b7f82197a Mon Sep 17 00:00:00 2001 From: ArthurDeclercq Date: Mon, 12 Aug 2024 13:02:01 +0200 Subject: [PATCH] add im2deep to config in gui --- ms2rescore/gui/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ms2rescore/gui/app.py b/ms2rescore/gui/app.py index a077a45..50f8451 100644 --- a/ms2rescore/gui/app.py +++ b/ms2rescore/gui/app.py @@ -383,6 +383,9 @@ def get(self) -> Dict: config["deeplc"] = deeplc_config if ionmob_enabled: config["ionmob"] = ionmob_config + if im2deep_enabled: + config["im2deep"] = im2deep_config + return config