mzML validator
Closed this issue · 4 comments
UKQIDA commented
Hi,
I wonder where can I find the mzML validator now.
Thanks
Da
mwalzer commented
Hi Da,
seems all sites where you could do online validation have shut down, at least to my knowledge. If you have singularity or docker on your system, you can use one of the OpenMS containers I built (docker pull mwalzer/openms-batteries-included:V2.3.0
) and run the validator.
XMLValidator -schema <Schema to validate against> -in <Your mzML file>
You can find the latest schema here
Idk about the jmzML validator, though.
HTH
UKQIDA commented
Hi Mathias,
Thanks. I'll give OpenMS a try and let you know if failed.
Da
hechth commented
I think you can basically use any xml validator tool, you just have to pass in the file and the XSD schema.
edeutsch commented
closing for now. Please reopen if this remains an issue.