-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Previously, some of the ViMMS internals were moved to mass-spec-utils so they could be used as a separate, lighter-weight library. Unfortunately, that repository is no longer maintained. Additionally, there is a fragmentation of relevant utilities between this repo and mass-spec-utils. For example, mass-spec-utils provides MZMLFile, a wrapper around pymzml which allows .mzMLs to be read in. But ViMMS provides an MZMLWriter which instead uses psims to write .mzML files. ViMMS is therefore using two different utilities to read and write .mzML files.
We should try to either:
- Return the
mass-spec-utilscode to ViMMS and make it internally consistent within ViMMS. - Fork the
mass-spec-utilscode and then either merge it with the existing repository or publish it as a new package. Existing code should be moved from ViMMS and the new package made internally consistent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels