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

use mzdata::mz_read #1

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

use mzdata::mz_read #1

wants to merge 14 commits into from

Conversation

paretje
Copy link

@paretje paretje commented Aug 13, 2024

Usemzdata::mz_read to read non-bruker files, and adapting the filetype logic accordingly. This adds support for gzipped MGFs and MzMLs, and (untested) for raw files and MzMLb.

This add support for gziped files, without the need for us to implement
it.
This should add support for gzipped files, MzMLb and Thermo raw files.
The main issue for a fresh build (for some reason I didn't have an issue
locally before removing my target directory) seems to be mzpeaks, but
there is little reason not to update both.
src/parse_mzdata.rs Outdated Show resolved Hide resolved
Note that this feauture needs to be called thermorawfilereader. mzdata's
feature is called thermo, but the checks, including the one in the
`mz_read` macro tests for thermorawfilereader. The feature here needs to
match the one tested for in the macro, otherwise rawfiles are detected
as a file type, but the macro still wouldn't support it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants