Skip to content

Commit

Permalink
added runner unit test and required data for xl
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakalhor committed Oct 27, 2024
1 parent be15b9a commit 80acbc1
Show file tree
Hide file tree
Showing 5 changed files with 460,944 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tests/unit_tests/configs/rescoring_cleavable_xl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"type": "Rescoring",
"tag": "",
"output": "../data/xl/cleavable/out",
"inputs": {
"search_results": "../data/xl/cleavable/inputs/L1_20211028_BB_HCMV_b4_5mM_repl2_B9_msms.csv",
"search_results_type": "Xisearch",
"spectra": "../data/xl/cleavable/inputs/L1_20211028_BB_HCMV_b4_5mM_repl2_B9.mzML",
"spectra_type": "mzml"
},
"models": {
"intensity": "Prosit_2023_intensity_XL_CMS2",
"irt": ""
},
"prediction_server": "koina.wilhelmlab.org:443",
"numThreads": 1,
"fdr_estimation_method": "percolator",
"allFeatures": true,
"regressionMethod": "spline",
"ssl": true,
"massTolerance": 20,
"unitMassTolerance": "ppm",
"ce_alignment_options": {
"ce_range": [
19,
50
],
"use_ransac_model": false
}
}
Loading

0 comments on commit 80acbc1

Please sign in to comment.