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

I specifically don't understand why this error coming up. Using LFQ proteomics data #1

Open
bioinformatic-guy opened this issue Jul 26, 2024 · 1 comment
Assignees

Comments

@bioinformatic-guy
Copy link

bioinformatic-guy commented Jul 26, 2024

I'm using gui V1 on windows 11. Used paste MS runs from clipboard. to submit the raw file.

Error coming:

Converting raw files to mza format...
Processing file: D:\GBC_2023\mzML\GBC_S2.mzML
Processing file: D:\GBC_2023\mzML\GBC_S1.mzML
Processing file: D:\GBC_2023\mzML\GBC_S3.mzML
Traceback (most recent call last):
File "mza.py", line 88, in
File "mza.py", line 34, in write_mza
File "source\MzML2mza.py", line 99, in write_mza_from_mzml
File "h5py_hl\group.py", line 148, in create_dataset
File "h5py_hl\dataset.py", line 137, in make_new_dset
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5d.pyx", line 87, in h5py.h5d.create
ValueError: Unable to create dataset (name already exists)
[18984] Failed to execute script 'mza' due to unhandled exception!
Closing remaining open files:D:\GBC_2023\mzML\new_folder\DataMza\GBC_S2_temp.mza...done
Traceback (most recent call last):
File "mza.py", line 88, in
File "mza.py", line 34, in write_mza
File "source\MzML2mza.py", line 99, in write_mza_from_mzml
File "h5py_hl\group.py", line 148, in create_dataset
File "h5py_hl\dataset.py", line 137, in make_new_dset
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5d.pyx", line 87, in h5py.h5d.create
ValueError: Unable to create dataset (name already exists)
[19024] Failed to execute script 'mza' due to unhandled exception!
Closing remaining open files:D:\GBC_2023\mzML\new_folder\DataMza\GBC_S1_temp.mza...done
Traceback (most recent call last):
File "mza.py", line 88, in
File "mza.py", line 34, in write_mza
File "source\MzML2mza.py", line 99, in write_mza_from_mzml
File "h5py_hl\group.py", line 148, in create_dataset
File "h5py_hl\dataset.py", line 137, in make_new_dset
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5d.pyx", line 87, in h5py.h5d.create
ValueError: Unable to create dataset (name already exists)
[16920] Failed to execute script 'mza' due to unhandled exception!
Closing remaining open files:D:\GBC_2023\mzML\new_folder\DataMza\GBC_S3_temp.mza...done

How to fix this issue, any idea?

@aivett
Copy link
Contributor

aivett commented Jul 29, 2024

Hello,
Thank you for trying PeakQC!
It seems that the 'id' of each spectrum in your mzML file is not unique. It could be that the run has multiple time segments. What was the original format before converting to mzML? Please would it be possible for you to share the mzML file so we can debug?

@aivett aivett self-assigned this Nov 16, 2024
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