Feature proposal: mzML reader #3
Replies: 3 comments 6 replies
-
I will say that one of them has been tested on over 100,000 mzML files and is substantially less complex :). mzdata supports many more features of the format and CV stuff though. I think if the lifetimes and phantom types could be removed it would make sense to use (I just don't think these are ergonomic for an API... particularly considering that most contributers/users of rusteomics will probably be novice Rust programmers). |
Beta Was this translation helpful? Give feedback.
-
@mobiusklein I was hacking around that yesterday and I made some progress. |
Beta Was this translation helpful? Give feedback.
-
Just as a comment, similar to the one in the mzid discussion: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would propose to implement an mzML reader.
We could create a first implementation based on Rust code like https://github.com/lazear/sage/blob/master/crates/sage-cloudpath/src/mzml.rs or wrap the complete mzdata one https://github.com/mobiusklein/mzdata/blob/main/src/io/mzml/reader.rs
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions