Closed chuyaowang closed 1 year ago
Hi, indeed mzData is not supported anymore:
https://github.com/sneumann/mzR/blob/master/NEWS#L20 https://github.com/sneumann/xcms/blob/master/inst/NEWS#L49
mzData is deprecated since ~10yrs, and in 2021 the parser caused too much pain to keep forward. You can use OpenMS FileConvert to convert mzData to mzML (even work under Linux), and should be a lossless conversion:
Yours, Steffen
Thank you!
I'm closing the issue - feel free to re-open if needed.
I have some very old example data files that are in mzdata.xml format. The example script that comes with it reads in the data as
but when I run the code, it seems that this file type is no longer supported. The error message is
I looked in msconvert trying to convert it to mzXML format, and mzdata.xml format is not supported in msconvert either.