Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize raw file reading for CE calibration only #135

Open
picciama opened this issue Oct 5, 2023 · 0 comments
Open

Optimize raw file reading for CE calibration only #135

picciama opened this issue Oct 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@picciama
Copy link
Contributor

picciama commented Oct 5, 2023

Is your feature request related to a problem? Please describe.

Currently, we only take the 1000 top scoring target PSMs for CE calibration. Converting an entire RAW file to mzML is therefore not necessary. As such, we should use the query subcommand from ThermoRawFileParser to reduce computation and optimize IO.

Describe the solution you would like

If the user only requests CE calibration, do not convert to mzML but query the required spectra. When doing rescoring, check if mzML exists, and convert if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant