Coder Social home page Coder Social logo

Comments (15)

edeutsch avatar edeutsch commented on August 21, 2024

These same problems apply to OpenxQuest_example_added_annotations.mzid

from mzidentml.

germa avatar germa commented on August 21, 2024

It seems that these examples also violate the .mzid XML schema definition

from mzidentml.

germa avatar germa commented on August 21, 2024

I think for the moment it would suffice to replace

xsi:schemaLocation="http://psidev.info/psi/pi/mzIdentML/1.2.0 https://raw.githubusercontent.com/HUPO-PSI/mzIdentML/master/schema/mzIdentML1.2.0.xsd"
xmlns="http://psidev.info/psi/pi/mzIdentML/1.2.0"

by
xsi:schemaLocation="http://psidev.info/psi/pi/mzIdentML/1.2 https://raw.githubusercontent.com/HUPO-PSI/mzIdentML/master/schema/mzIdentML1.2.0.xsd"
xmlns="http://psidev.info/psi/pi/mzIdentML/1.2"

from mzidentml.

edeutsch avatar edeutsch commented on August 21, 2024

and:
Error at file /net/db/projects/PSI/mzIdentML/1.2/genDoc/OpenxQuest_example.mzid, line 173, char 114
Message: Datatype error: Type:InvalidDatatypeValueException, Message:Value 'file:///C:\MSData\S26_Yeast_RAW/aleitner_M1012_004.mzML' is NOT a valid URI .

Error at file /net/db/projects/PSI/mzIdentML/1.2/genDoc/OpenxQuest_example.mzid, line 312, char 13
Message: The key for identity constraint of element 'MzIdentML' is not found.

from mzidentml.

mwalzer avatar mwalzer commented on August 21, 2024

Yes, unit is a problem in the way we generate that cv element that slipped my attention.

from mzidentml.

mwalzer avatar mwalzer commented on August 21, 2024

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?

from mzidentml.

mwalzer avatar mwalzer commented on August 21, 2024

one warning remains though:

Message 2:
    Level: WARN
    --> unanticipated terms for XPath '/MzIdentML/DataCollection/AnalysisData/SpectrumIdentificationList/spectrumIdentificationResult/spectrumIdentificationItem/cvParam/@accession' : [MS:1000894]

which comes from the rt cv at SII instead of at SIR, which is needed, because of referencing several spectra ...

from mzidentml.

mwalzer avatar mwalzer commented on August 21, 2024

@andrewrobertjones @germa should this be reflected in the rules?

from mzidentml.

edeutsch avatar edeutsch commented on August 21, 2024

CV validation issues today:

ERROR: cvParam retention time has an illegal unit second!
(word "second" in place of accession number)

WARNING: XL:00002 should be 'cross-linker related PTM' instead of 'Xlink:DSS'
(XL accessions changed!)

from mzidentml.

edeutsch avatar edeutsch commented on August 21, 2024

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
Message: Schema in mzIdentML1.2.0.xsd has a different target namespace from the one specified in the instance document http://psidev.info/psi/pi/mzIdentML/1.2.0.

from mzidentml.

mwalzer avatar mwalzer commented on August 21, 2024

@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
They checked out with the validator from the repository, now I'd be curious to what your validator reads before merging.

from mzidentml.

germa avatar germa commented on August 21, 2024

@mwalzer: Use of XLMOD:nnnnn instead of XL:nnnnn, see also GitHub issue #60

from mzidentml.

andrewrobertjones avatar andrewrobertjones commented on August 21, 2024

@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.

from mzidentml.

edeutsch avatar edeutsch commented on August 21, 2024

The only remaining issue I see still is the one mentioned above. XL: needs to be XLMOD:

from mzidentml.

mwalzer avatar mwalzer commented on August 21, 2024

fixed in #77

from mzidentml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.