Closed Cajac102 closed 9 months ago
can you share the file and I will see what the problem is
Here's the download link (3.2GB): https://drive.google.com/file/d/1ahK0zWZh7X8ABVzxRWmATaPgOJa0I6ho/view?usp=share_link
ok. i found the problem and I was able to make a fix for the problem, but I don't understand the problem. The problem is the source file location string in two places near the top of the mzml
if I replace the string with a file path (that doesn't have to be the actual file path), the file will load.
This would work for a temporary fix. But you need a text editor that can open a huge file like Notepad++
I will still need to dig into this to understand and fix it and then get the update into a new release.
as an internal note. we should add MS:1002828 and MS:1002817 and their companion strings to SourceFile GetSourceFile()
this is the error we get during file read.
I created a new issue at the tdf2mzml github https://github.com/mafreitas/tdf2mzml/issues/23
Thanks for the extensive answer! Adding a simple "/" at the start of the sourceFile location did indeed fix the issue.
Hey,
When running FlashLFQ with mzMLs that were converted from tdf (with tdf2mzml), I run into errors while reading in the files:
The mzML can be parsed by other tools/parsers, and I don't get that error with other mzMLs converted from raw/mgf. Could you help me out here? I can also send you the file if necessary. I'm using FlashLFQ via docker (v1.2.4, but 1.2.5 and 1.2.6 give similar error messages) on Debian 12.
Cheers, Caro