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

Failed in reading frame (intensity is larger than the maximum allowed value) #1604

Open
tomi3636 opened this issue Jun 2, 2024 · 2 comments
Assignees
Labels

Comments

@tomi3636
Copy link

tomi3636 commented Jun 2, 2024

Hi,

I was running FragPipe workflow for timsTOF data.
However it finished with the following error message:

2024-06-02 19:58:08 [INFO] - Loading \\msdirect13\share\share\timsTOF\2024-05\240502RT\240502RT_trypsin_1_1_1_682.d...
2024-06-02 19:58:13 [INFO] - ...20%...40%...60%...2024-06-02 19:59:38 [ERROR] - Failed in reading frame 53761: intensity (9739444) is larger than the maximum allowed value 8388607.
Process 'IonQuant' finished, exit code: 1
Process returned non-zero exit code, stopping

Full Log Flile
Uploading log_2024-06-02_19-59-38.txt…

Could you tell me how to solve this error?

Best regards,

@fcyu fcyu self-assigned this Jun 2, 2024
@fcyu
Copy link
Member

fcyu commented Jun 2, 2024

Thanks for the report. It was because the intensity value is overflowed. I didn't expect the data will have such a high intensity. Maybe I should cap it to 8388607 if the intensity if larger than 8388607.

If you want to test a fixed version, could you send an email to yufeATumich.edu (replace AT with @)?

Thanks,

Fengchao

@fcyu fcyu added the IonQuant label Jun 2, 2024
@tomi3636
Copy link
Author

tomi3636 commented Jun 2, 2024

Thanks for your reply.
I understood the cause of the problem.
I would like to send an email to test with the fixed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants