MetaboHUB-MetaToul-FluxoMet / RTMet

RTMet is a data workflow to process FIA-MS data coming from a bioreactor, find metabolites and fluxes, and send a feedback command to the system.
https://rtmet.readthedocs.io
GNU General Public License v3.0
2 stars 0 forks source link

Trimmed mzml loses its metadata (instrument, etc) #37

Closed elliotfontaine closed 2 months ago

elliotfontaine commented 2 months ago

This is due to trimms creating a new MSExperiment for the filtered output, and only adding the spectra. Obvious fix: create a new MSSpectra instead, and then use setSpectra on the original MSExperiment.