Skip to content

Commit

Permalink
Merge pull request #172 from compomics/IM2Deep-gui-fix
Browse files Browse the repository at this point in the history
add im2deep to config in gui
  • Loading branch information
RalfG authored Aug 12, 2024
2 parents d577474 + 2ff58e7 commit 7f51227
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 7f51227

Please sign in to comment.