Replies: 1 comment
-
This is in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just had a few thoughts on how the
numba_enhanced_matching_of_library_to_query_pooled_spectra
function might be sped up. Writing here for future reference.I have it such that a query peak is chosen, then subsequent library peaks are looped over and evaluted for matching. At the time, this seemed best. Now I'm wondering if the following workflow might be better:
The intent being to remove the for loop so this scales better with spectra where many library peaks may match to a query peak.
Beta Was this translation helpful? Give feedback.
All reactions