Skip to content
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

mzML writer: no valid checksum #7375

Open
sneumann opened this issue Feb 20, 2024 · 1 comment
Open

mzML writer: no valid checksum #7375

sneumann opened this issue Feb 20, 2024 · 1 comment

Comments

@sneumann
Copy link

Hi,

The file MSpos-Ex2-cyp79-48h-Ag-2_1-B,4_01_9830.mzML was converted to mzML with

                <software id="so_dp_sp_0_pm_1" version="2.4.0-GIT-NOTFOUND-GIT-NOTFOUND" >
                        <cvParam cvRef="MS" accession="MS:1000756" name="FileConverter" />
                </software>

and the checksum "0" in the index looks broken:

...
                <offset idRef="spectrum=3567">21569054</offset>
        </index>
</indexList>
<indexListOffset>21571144</indexListOffset>
<fileChecksum>0</fileChecksum>
</indexedmzML>

Yours,
Steffen

@cbielow
Copy link
Contributor

cbielow commented Feb 22, 2024

Hi Steffen,
checksums have never been implemented in our mzML stack.
see #2418
Here is the current source code to confirm: https://github.com/OpenMS/OpenMS/blob/develop/src/openms/source/FORMAT/HANDLERS/MzMLHandlerHelper.cpp#L131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants