Skip to content

Multiple instrument configuration mismatch #4

@althonos

Description

@althonos

Originally opened by @althonos on althonos/mzml2isa:

Information about instruments is not extracted correctly if an mzML file contains more than one InstrumentConfiguration element in the InstrumentConfigurationList tag.

This happens for instance with MTBLS266, where the mzML file contains two InstrumentConfiguration (IC1 and IC2) although only the first one is ever used in all the scans. Unfortunately mzml2isa will extract IC2 as the real InstrumentConfiguration.

Though uncommong, this issue should be adressed some day. Potential fix involve looking at the number of InstrumentConfiguration tags, and if there is more than one, check the DefaultInstrumentConfiguration attribut of the run mzML element.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions