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

Option to skip mzml conversion #370

Closed
sooheon opened this issue May 2, 2024 · 1 comment · Fixed by #373
Closed

Option to skip mzml conversion #370

sooheon opened this issue May 2, 2024 · 1 comment · Fixed by #373
Labels
dia analysis enhancement New feature or request good first issue Good for newcomers release 1.3

Comments

@sooheon
Copy link

sooheon commented May 2, 2024

mzml conversion takes up a significant portion of runtime, and dia-nn now supports using .raw directly: https://github.com/vdemichev/DiaNN?tab=readme-ov-file#raw-data-formats

@sooheon sooheon added the enhancement New feature or request label May 2, 2024
@ypriverol
Copy link
Member

Thanks for the issue @sooheon we will work on it for the next release, however, some of the downsides of not converting are related with:

  • pmultiqc will not work because we don't have easy access to RAW data from Python.
  • Other components in the pipeline that use mzML will not work.

But agree, if the main idea is to speed-up DIANN, then we should make sure that we can read natively RAW files.

@ypriverol ypriverol linked a pull request May 13, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dia analysis enhancement New feature or request good first issue Good for newcomers release 1.3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants