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

Wrong parentFile fileName for mzXML in Windows #3215

Open
JosuaCarl opened this issue Nov 11, 2024 · 0 comments
Open

Wrong parentFile fileName for mzXML in Windows #3215

JosuaCarl opened this issue Nov 11, 2024 · 0 comments

Comments

@JosuaCarl
Copy link

JosuaCarl commented Nov 11, 2024

The mzXML files are saved with wrong file delimiters for the parent file, when using Windows. The conversion to mzML worked as expected with the correct delimiters.

With Windows:

                                                        !
<parentFile fileName="file:///D:\folder\tests\test_files/minimal_file.mzXML"
                fileType="processedData"
                fileSha1="4d590e5e85e6ae2eb812f076aa2cef64e0612be5"/>

With Linux:

<parentFile fileName="file:////mnt/d/folder/tests/test_files/minimal_file.mzXML"
                fileType="processedData"
                fileSha1=""/>

I encountered the error when testing, whether the correct input path is saved in the file.

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

1 participant