Skip to content

Commit 2a1e234

Browse files
authored
Merge pull request #206 from compomics/backport/timstof-model
Backport timstof model from 4.0 dev release to 3.12 release
2 parents 87dcdd1 + 027a4ce commit 2a1e234

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install wheel flake8 pytest oldest-supported-numpy pandas cython tables
29+
pip install wheel flake8 pytest oldest-supported-numpy cython
3030
- name: Lint with flake8
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names

ms2pip/ms2pipC.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,20 @@
180180
"model_20220104_CID_TMT_Y.xgboost": "299539179ca55d4ac82e9aed6a4e0bd134a9a41e",
181181
},
182182
},
183+
"timsTOF": {
184+
"id": 12,
185+
"ion_types": ["B", "Y"],
186+
"peaks_version": "general",
187+
"features_version": "normal",
188+
"xgboost_model_files": {
189+
"b": "model_20230912_timsTOF_B.xgboost",
190+
"y": "model_20230912_timsTOF_Y.xgboost",
191+
},
192+
"model_hash": {
193+
"model_20230912_timsTOF_B.xgboost": "6beb557052455310d8c66311c86866dda8291f4b",
194+
"model_20230912_timsTOF_Y.xgboost": "8edd87e0fba5f338d0a0881b5afbcf2f48ec5268",
195+
},
196+
},
183197
}
184198
MODELS["HCD"] = MODELS["HCD2021"]
185199

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77
from setuptools.extension import Extension
88

9-
VERSION = "3.11.0"
9+
VERSION = "3.12.0"
1010

1111
NAME = "ms2pip"
1212
LICENSE = "apache-2.0"

0 commit comments

Comments
 (0)