You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I should make the issue here or in the ms2rescore repo, but the downstream error seems to be in Mokapot.
When performing rescoring using MS2Rescore (v3.1.4) on Sage search results (Bruker immunopeptidomics data from the Thunder-DDA-PASEF paper), Mokapot (v0.10.0) seems to run into an error when computing the confidence estimates. I'm not entirely sure what the error is, but it seems to be an issue with Numba (see log below).
If you would like the sage results tsv file for debugging, let me know.
Best,
Justin
Log
2025-01-23 09:57:20 INFO ms2rescore.feature_generators.im2deep // Running
IM2Deep for PSMs from run (18/18):
`G230411_026_Slot2-29_1_9464`...
2025-01-23 10:10:13 INFO ms2rescore.core // Removed 0 PSMs with rank >= 1.
2025-01-23 10:10:40 ERROR ms2rescore.__main__ // Failed in nopython mode
pipeline (step: nopython frontend)
non-precise type array(pyobject, 1d, C)
During: typing of argument at
/home/roestlab/anaconda3/envs/py310_JS/lib/python3.
10/site-packages/mokapot/qvalues.py (186)
File
"../../../../../../../../home/roestlab/anaconda3/en
vs/py310_JS/lib/python3.10/site-packages/mokapot/qv
alues.py", line 186:
def crosslink_tdc(scores, num_targets, desc=True):
<source elided>
@nb.njit
^
Thanks for reporting the error! On the next release of mokapot (which hopefully will happen in ~1 month) we will be removing the numba dependency, so this should not be a problem.
I noticed you are using py3.10 Python 3.10 (Anaconda Env), would you mind checking if py3.9 works for you?
Hi @RalfG,
I'm not sure if I should make the issue here or in the ms2rescore repo, but the downstream error seems to be in Mokapot.
When performing rescoring using MS2Rescore (v3.1.4) on Sage search results (Bruker immunopeptidomics data from the Thunder-DDA-PASEF paper), Mokapot (v0.10.0) seems to run into an error when computing the confidence estimates. I'm not entirely sure what the error is, but it seems to be an issue with Numba (see log below).
If you would like the sage results tsv file for debugging, let me know.
Best,
Justin
Log
Full Traceback Error Log
To Reproduce:
Command
MS2Rescore Config
System
OS:
Python:
The text was updated successfully, but these errors were encountered: