You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an issue with an msconvert converted mzML file obtained from an Orbitrap Elite (software versions below).
In the mzML there are three <instrumentConfigurations>, one for the Orbitrap, one for the ion trap, and finally one for the UV detector. There are <spectrum> with MS data, and others with UV/PDA data in the mzML, referencing the respective instrument configurations.
OpenMS FileInfo validation complains with
Validating mzML file against XML schema version 1.1.0
Validation error in file 'LAA_MM8_nFS.mzML' line 78 column 25:
element 'detector' is not allowed for content model '(source+,analyzer+,detector+)'
Failed - errors are listed above!
which is because the UV/PDA does not really come with a source and analyser component.
=> That looks like an issue with the mzML specification (or documentation) to me.
I'd like to start discussing possible solutions:
Have msconvert drop the instrument information, what isn't there can't fail validation. Poor choice, because we loose that information.
Relax the mzML schema definition, and don't enforce all three of (source+,analyzer+,detector+)'
Use Empty/Null values for source+,analyzer+' but require their presence to make validation happy.
Hi,
We have an issue with an msconvert converted mzML file obtained from an Orbitrap Elite (software versions below).
In the mzML there are three
<instrumentConfigurations>
, one for the Orbitrap, one for the ion trap, and finally one for the UV detector. There are<spectrum>
with MS data, and others with UV/PDA data in the mzML, referencing the respective instrument configurations.OpenMS FileInfo validation complains with
which is because the UV/PDA does not really come with a source and analyser component.
=> That looks like an issue with the mzML specification (or documentation) to me.
I'd like to start discussing possible solutions:
(source+,analyzer+,detector+)'
source+,analyzer+'
but require their presence to make validation happy.Ideas ?
Yours,
Steffen
mzML XSD with
componentList
definition:mzML/schema/schema_1.1/mzML1.1.1.xsd
Line 333 in 81e0145
The instrument components contain 0:n
cvParams
, so they could be left empty:mzML/schema/schema_1.1/mzML1.1.1.xsd
Line 137 in 81e0145
Raw data available at https://drive.google.com/file/d/1EEUO_F1X1PLYe10qsKYTNwRO5FnHkNqu/view?usp=sharing
mzML at https://drive.google.com/file/d/1ogA7lIfeYAZKQ7vdwA3L-jeu9Gbd8W9v/view?usp=sharing
Software/Version: Xcalibur 2.2 - Qual Browser Thermo Xcalibur 2.2 SP1.48 (Analysis), Orbitrap Elite 2.7 - LTQ Tune Plus Version 2.7.0.1103 SP1 (Control)
The text was updated successfully, but these errors were encountered: