Open sneumann opened 4 years ago
Ok, also happening with 3.0.18342-2
. So updating pwiz inside mzR will not help.
I also checked the XML file:
xmllint --schema mzXML_idx_2.1.xsd 1_0a.mzXML
1_0a.mzXML:16: element software: Schemas validity error : Element '{http://sashimi.sourceforge.net/schema_revision/mzXML_2.1}software': This element is not expected. Expected is ( {http://sashimi.sourceforge.net/schema_revision/mzXML_2.1}processingOperation ).
which shows that the file is not entirely compliant, although not directly related to the error message regarding nameValue
.
Yours,
Steffen
Hi, in issue #206 two issues were intermingled. @Francisco-madrid-gambin reported on
[Serializer_mzXML::Handler_dataProcessing] Unexpected element name: nameValue
when opening the file ftp://ftp.ebi.ac.uk/pub/databases/metabolights/studies/public/MTBLS414/1_0a.mzXML due to the line<nameValue name="recalibrationTime" value=""/>
I get the same error using plain pwiz tools
msconvert 1_0a.mzXML -o s
(I only checked the rather ancient version3.0.10827 (2017-5-11)
).As a workaround I can currently only recommend to use the mzR backend "Ramp":
Yours, Steffen