-
Notifications
You must be signed in to change notification settings - Fork 25
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 in qualUniform(x$topN): Error: qualUniform() received negative or missing data #128
Comments
Thanks for reporting this.
Yes, please attach file(s) since we do not store any data after the job finishes.
Am 23.03.2023 18:38 schrieb Arthur Eschenlauer ***@***.***>:
Related issue #121<#121>
I ran data today in http://ptxqc.bsc.fu-berlin.de/ without specifying advanced options and got the following error message
The following error occured while running PTXQC: Error in qualUniform(x$topN): Error: qualUniform() received negative or missing data! Please contact PTXQC's authors
I can attach specific files on request. Thank you.
—
Reply to this email directly, view it on GitHub<#128>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABN27EX7NPMU52GPIFHQZ5DW5SC6TANCNFSM6AAAAAAWFQYAUQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Closed by stray mouse click :( @cbielow - which files to attach? I maximally compressed the combined/txt directory and got 654 MB, but only 25 MB attachments are allowed. Thank you. |
You could upload to any public file hosting service such as https://wetransfer.com/ or https://www.itc.rwth-aachen.de/cms/it-center/Services/Kollaboration/~smiti/GigaMove/?mobile=1 (if you have DFN access) and share the download link here.
Am 24.03.2023 21:02 schrieb Arthur Eschenlauer ***@***.***>:
Closed by stray mouse click :(
@cbielow<https://github.com/cbielow> - which files to attach? I maximally compressed the combined/txt directory and got 654 MB, but only 25 MB attachments are allowed.
Thank you.
—
Reply to this email directly, view it on GitHub<#128 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABN27EWIJKTRRZ6SA4DJKYTW5X4TBANCNFSM6AAAAAAWFQYAUQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@cbielow The combined/txt folder is at https://we.tl/t-dy52G0TgIv for seven days. |
@cbielow Will you have a chance to fetch the files before they expire? |
perfect. I got the files. Thank you. |
The problem seems rooted in a MaxQuant bug: It may help to switch to another MQ version and re-run the analysis. I have not seen this behaviour for MQ 1.6.17.0, but maybe yours behaves like that because its run on Linux? Not sure... Other workarounds: disable the qcMetric_MSMSScans_TopNoverRT metric (using a yaml file) or (even more brute force) omit the msmsScans.txt from the analysis (by renaming or removing it). I will try to find a way to recompute the scan index, but this requires releasing a new PTXQC version, which will take some time. |
@cbielow FYI: Using CRAN PTXQC 1.0.4 on Windows with the same Thermo files (LC-MS, combining three ion mobility ranges) but processed with different (less stringent) parameters (attached
Upon request, I can upload the combined/txt directory if it would be a useful addition to identifying this issue. |
thanks. This looks like the same MQ bug on first sight. Have you tried running MaxQuant on a Windows machine or use a more recent MaxQuant? I'm afraid the MaxQuant developers will not fix bugs on old releases (or even new ones).. |
report_v1.0.14_ptxqc_bug_eschen42_txt.pdf This is the PDF version of the report, with a fix for MaxQuants invalid scan event numbers. Is this data (see TOP-N metrics) realistic? |
I missed your comment that most recently preceded my last comment. Oh well. Unfortunately (from my perspective) PTXQC is available in the Galaxy Toolshed only as part of the MaxQuant tool, meaning that any mitigation of this issue would either need to be built into an updated version of PTXQC or inserted in the Galaxy tool between MaxQuant and PTXQC. The elephant in the living room is this: Why has this |
I successfully circumvented the issue by renaming msmsScans.txt I could not figure out what change to make in the YAML file. Commenting out the line with #qcMetric_MSMSScans_TopNoverRT: 120.0 did not work. Assigning a negative value to the order Commenting out the line with
```yaml
qcMetric_MSMSScans_TopNoverRT: -120.0 did not work. In both cases, "did not work" means processing never completes after outputting the following to the R console:
|
@cbielow How do I edit the YAML file to suppress qcMetric_MSMSScans_TopNoverRT ? |
When PTXQC runs on a txt folder for the first time, it creates a report plus a defaulted .yaml file. Then you need to make sure that the YAML is actually used when running PTXQC's You can, of course, also copy the YAML file somewhere else and use this configuration it for all TXT folders. May be useful if you want to disable certain metrics permanently or set some other thresholds specific to your instrument etc. There is nothing specific to a YAML file which ties it to a certain TXT folder (unless you make it very specific, e.g. by specifying thresholds or contaminants which only apply to a certain experiment). |
Related issue #121
I ran data today in http://ptxqc.bsc.fu-berlin.de/ without specifying advanced options and got the following error message
I can attach specific files on request. Thank you.
The text was updated successfully, but these errors were encountered: