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

Error Loading Bruker .d File in FragPipe #1965

Closed
elena-atanasoska opened this issue Jan 3, 2025 · 4 comments
Closed

Error Loading Bruker .d File in FragPipe #1965

elena-atanasoska opened this issue Jan 3, 2025 · 4 comments
Assignees

Comments

@elena-atanasoska
Copy link

elena-atanasoska commented Jan 3, 2025

log_2025-01-03_21-37-47.txt

While attempting to load the Bruker .d file (20240925_TMA3_H239-WK8.d) in FragPipe, the following error occurred:

Could not load file C:\Users\elena\MS\20240925_TMA3_H239-WK8.d. The file may be corrupted.
java.lang.IllegalArgumentException: Not a valid pathDir for Bruker data directory
at umich.ms.fileio.filetypes.bruker.BrukerTdfFile.(BrukerTdfFile.java:70)
at umich.ms.fileio.filetypes.bruker.BrukerTdfFileBase.(BrukerTdfFileBase.java:70)
...
Caused by: java.lang.IllegalArgumentException: Bruker data dir must contain an analysis.tdf file
at umich.ms.fileio.filetypes.bruker.BrukerTdfFile.(BrukerTdfFile.java:66)

I have attached a picture of the contents of my .d file.
image

Thanks!

@fcyu fcyu self-assigned this Jan 3, 2025
@fcyu
Copy link
Member

fcyu commented Jan 3, 2025

There is no analysis.tdf file in your .d folder. Is that from ddaPASEF or the traditional mass spectrometry without ion mobility separation? If it is from the traditional mass spectrometry, you need to convert it to the mzML format using msconvert.

Best,

Fengchao

@elena-atanasoska
Copy link
Author

This is the folder i am trying to convert
image

but nothing is shown
image

@fcyu
Copy link
Member

fcyu commented Jan 3, 2025

I think your .d folder was corrupted so that there are no MS data.

Best,

Fengchao

@anesvi
Copy link
Collaborator

anesvi commented Jan 4, 2025

I frequently find that .d folders downloaded from ProteomeXchange are corrupted. Maybe FragPipe can give a better error message if the file is corrupted

@fcyu fcyu closed this as completed Jan 20, 2025
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

3 participants