question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong schema for indexedMzML?

See original GitHub issue

Hi!

I get the following header

<?xml version="1.0" encoding="utf-8"?>
<indexedmzML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml http://psidev.info/files/ms/mzML/xsd/mzML1.1.0.xsd" xmlns="http://psi.hupo.org/ms/mzml">
  <mzML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml http://psidev.info/files/ms/mzML/xsd/mzML1.1.0.xsd" version="1.1.0" id="20120415_EXQ5_KiSh_SA_LabelFree_HeLa_pY_Noco_rep1">
    <cvList count="2">
...

when I run with “-f2”

Should it maybe be

<indexedmzML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml http://psidev.info/files/ms/mzML/xsd/mzML1.1.2_idx.xsd" xmlns="http://psi.hupo.org/ms/mzml">
...

or similar?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chambmcommented, May 12, 2020
0reactions
caeteracommented, Oct 21, 2022

This issue has not been active for quite a while, I will close it, but you’re a welcome to reopen it if necessary.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to search generated mzML files
Hi everybody, My group is creating software that will generate mzML files that are compatible with other software.
Read more >
Mass Spectrometer Output File Format mzML - PMC
A sample snippet of XML showing the wrapper indexing schema is show in Figure 3. An external file that holds a picture, illustration,...
Read more >
reader for mass spectrometry data in mzML format - Pyteomics
use_index (bool, optional) – Defines whether an index of byte offsets needs to be created for spectrum elements. Default is False . dtype...
Read more >
4.7. Example Scripts — pymzML 2.5.0 documentation
Creates indexed gzip mzML files from all mzMLs files in the given folder using a given number of threads. Usage: python multi_threading_file_compression.py < ......
Read more >
mzML—a Community Standard for Mass Spectrometry Data
Associated with mzML comes a rich, schema-linked controlled vocabulary (CV) that allows accurate and unambiguous annotation of metadata. In addition, mzML comes ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found