From: Marc S. <stu...@gm...> - 2008-08-13 06:55:02
|
Hi all, I found two small errors in the examples: (1) "tiny1.mzML" uses the obsolete CV term MS:1000038 as scan time unit. (2) "small.pwiz.mzML" and "small_zlib.pwiz.mzML" have an empty mzML version tag. I checked and "version" is a string attribute without any other constraints. So it would be valid right now, but i think it should not be valid. Perhaps we should restrict it using a regular expression like "[1-9]{1}.[0-9]+". -Marc |