massdash
massdash copied to clipboard
[REFACTOR] Targeted Extraction with pyOpenMS
Currently the targeted extraction in MzMLDataAccess.py uses pyOpenMS to access the data, but all the extraction / filtering of spectra is done in python. Expose or use extraction methods from pyOpenMS to try speed up extraction, and to be inline with how OpenSwathWorkflow performs extraction.