Coder Social home page Coder Social logo

Comments (2)

jjcarver avatar jjcarver commented on July 25, 2024

My interpretation is that any record returned in the query corresponds to at minimum a file that is present on disk. So a status of "PEAK UNAVAILABLE" does not mean the same thing as a 404. A 404 means the MS run (i.e. file) isn't there at all. Any record returned, regardless of status, is by definition not a 404.

In the case of peak list files in open format (e.g. mzML) we can easily read the file to verify that the requested spectrum is indeed present and extract its peaks. This is what I interpret a status of "READABLE" to mean. The file is there AND we can validate/extract the actual spectrum from it.

However, sometimes a spectrum query/USI matches a raw file, which we can technically "read" in a file system sense but which we cannot (at least easily) open up to extract the actual spectrum. This is what "PEAK UNAVAILABLE" means. The MS run you asked for is there, we assume the specific spectrum you asked for may be in that file, but we can't actually give you its peaks.

I am honestly not sure if this is the best interpretation. But this is how I read the current specification.

from proxi-schemas.

ypriverol avatar ypriverol commented on July 25, 2024

the PEAK UNAVAILABLE was instroduced by @nuno because is something needed in MassIVE when the usi is there but they can't read the mzML because of RAW file conversion problem or other types of issues.

from proxi-schemas.

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.