Skip to content

Commit

Permalink
add im2deep to config in gui
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Aug 12, 2024
1 parent d577474 commit 2ff58e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ms2rescore/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2ff58e7

Please sign in to comment.