-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation issues with OpenxQuest_example.mzid #52
Comments
These same problems apply to OpenxQuest_example_added_annotations.mzid |
It seems that these examples also violate the .mzid XML schema definition |
I think for the moment it would suffice to replace
by |
and: Error at file /net/db/projects/PSI/mzIdentML/1.2/genDoc/OpenxQuest_example.mzid, line 312, char 13 |
Yes, unit is a problem in the way we generate that cv element that slipped my attention. |
so, the version scheme of 1.2.0 to change to 1.2 is done readily, but @germa are there other schema violations my checker isnt telling me or was it that schema validation didnt find anything under 1.2.0? |
one warning remains though:
which comes from the rt cv at SII instead of at SIR, which is needed, because of referencing several spectra ... |
@andrewrobertjones @germa should this be reflected in the rules? |
CV validation issues today: ERROR: cvParam retention time has an illegal unit second! WARNING: XL:00002 should be 'cross-linker related PTM' instead of 'Xlink:DSS' |
also, in addition to the CV issues above, the XML name space is incorrect: Error at file /net/db/projects/PSI/mzIdentML/1.2/genDoc/OpenxQuest_example.mzid, line 7, char 37 |
@edeutsch I have not merged the pull request yet, to leave the option to comment and my guess is you checked the master branch. In the PR, the issues should be resolved; for example the seconds issue like this @edeutsch but thank you for checking, could you check the two from the branch? Here are the direct links to the files: OpenxQuest_example.mzid OpenxQuest_example_added_annotations.mzid |
@mwalzer Can you fix all the issues and then close the issue. I would like to assemble all material for submission to PSI process next week. |
The only remaining issue I see still is the one mentioned above. XL: needs to be XLMOD: |
fixed in #77 |
WARNING: XL:00002 should be 'DSS' instead of 'Xlink:DSS'
ERROR: cvParam retention time has an illegal unit accession number "second"!
The latter is complaining about this:
cvParam accession="MS:1000894" cvRef="PSI-MS" name="retention time" value="5458.13539999998" unitAccession="second" unitName="" unitCvRef="se"/>
The name is written in the accession. There is no name. Also in error the unitCvRef is "se", but in the cvlist, the ID is "UO":
The text was updated successfully, but these errors were encountered: