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

Updating Philosopher's Tables java.lang.NullPointerException #25

Closed
tjlundgren opened this issue Aug 13, 2021 · 4 comments
Closed

Updating Philosopher's Tables java.lang.NullPointerException #25

tjlundgren opened this issue Aug 13, 2021 · 4 comments

Comments

@tjlundgren
Copy link

Hello,
I'm attempting to run LFQ on a closed search of TIMSTOF DDA data, with the default IonQuant settings. I've run into an error at the Updating Philosopher's tables step, and unfortunately don't know what context or other information would be helpful. Any help would be appreciated, and please let me know what other information would be helpful in troubleshooting!

Full log--
log_2021-08-11_12-24-18.txt
Last bit of log --
2021-08-12 12:15:33 [INFO] - Estimating match-between-runs FDR...
2021-08-12 12:15:41 [INFO] - With ion FDR 0.010000, ion probability threshold is 0.982800
2021-08-12 12:15:41 [INFO] - With peptide FDR 1.000000, peptide probability threshold is -0.000100
2021-08-12 12:15:41 [INFO] - With protein FDR 1.000000, protein probability threshold is -0.000100
2021-08-12 12:15:41 [INFO] - Updating Philosopher's tables...
java.lang.NullPointerException
at q.(Unknown Source)
at ionquant.IonQuant.main(Unknown Source)
2021-08-12 12:15:42 [ERROR] - null
Process 'IonQuant' finished, exit code: 1
Process returned non-zero exit code, stopping

@fcyu
Copy link
Member

fcyu commented Aug 13, 2021

It is due to a bug in Philosopher that there are empay Prev AA or Next AA for decoy peptides (Nesvilab/FragPipe#420). Setting print-decoy to false can solve this problem. In most cases, there is no need to print decoys because the PSMs have been filtered with 1% FDR.

Best,

Fengchao

@fcyu fcyu closed this as completed Aug 13, 2021
@fcyu fcyu pinned this issue Aug 13, 2021
@tjlundgren
Copy link
Author

Thank you for the quick response!

@anesvi
Copy link
Contributor

anesvi commented Aug 13, 2021 via email

@fcyu
Copy link
Member

fcyu commented Aug 13, 2021 via email

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