Skip to content

Commit

Permalink
Backport timstof model from 4.0 dev release to 3.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Nov 15, 2023
1 parent 87dcdd1 commit c5ed52c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ms2pip/ms2pipC.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,21 @@
"model_20220104_CID_TMT_Y.xgboost": "299539179ca55d4ac82e9aed6a4e0bd134a9a41e",
},
},
"timsTOF": {
"id": 12,
"ion_types": ["B", "Y"],
"peaks_version": "general",
"features_version": "normal",
"xgboost_model_files": {
"b": "model_20230912_timsTOF_B.xgboost",
"y": "model_20230912_timsTOF_Y.xgboost",
},
"model_hash": {
"model_20230912_timsTOF_B.xgboost": "6beb557052455310d8c66311c86866dda8291f4b",
"model_20230912_timsTOF_Y.xgboost": "8edd87e0fba5f338d0a0881b5afbcf2f48ec5268",
},
},

}
MODELS["HCD"] = MODELS["HCD2021"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup
from setuptools.extension import Extension

VERSION = "3.11.0"
VERSION = "3.12.0"

NAME = "ms2pip"
LICENSE = "apache-2.0"
Expand Down

0 comments on commit c5ed52c

Please sign in to comment.