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 occured a question when i try to convert .mzid to tsv #139

Open
fengwei-li opened this issue Jun 29, 2022 · 0 comments
Open

I occured a question when i try to convert .mzid to tsv #139

fengwei-li opened this issue Jun 29, 2022 · 0 comments
Labels

Comments

@fengwei-li
Copy link

Describe the question or problem
I occured a question when i try to convert .mzid to tsv

Details
java -Xmx35000M -cp MSGFPlus.jar edu.ucsd.msjava.ui.MzIDToTsv -i /mnt/c/Users/Dr-Li/Desktop/20171024_HF_ZHW_total_liver05_F43.mzid -o /mnt/c/Users/Dr-Li/Desktop/test.tsv
MzIDToTsv v9108 (18 April 2022)
Java 17.0.3 (Private Build)
Linux (amd64, version 5.10.16.3-microsoft-standard-WSL2)
Converting 20171024_HF_ZHW_total_liver05_F43.mzid into test.tsv
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "uk.ac.ebi.jmzidml.model.mzidml.Tolerance.getCvParam()" because "parentTolerance" is null
at edu.ucsd.msjava.mzid.MzIDParser.unmarshallAnalysisProtocolCollection(MzIDParser.java:294)
at edu.ucsd.msjava.mzid.MzIDParser.writeToTSVFile(MzIDParser.java:58)
at edu.ucsd.msjava.mzid.MzIDParser.writeToTSVFile(MzIDParser.java:50)
at edu.ucsd.msjava.ui.MzIDToTsv.convert(MzIDToTsv.java:126)
at edu.ucsd.msjava.ui.MzIDToTsv.main(MzIDToTsv.java:84)

Useful extras
java --version
openjdk 17.0.3 2022-04-19
OpenJDK Runtime Environment (build 17.0.3+7-Ubuntu-0ubuntu0.20.04.1)
OpenJDK 64-Bit Server VM (build 17.0.3+7-Ubuntu-0ubuntu0.20.04.1, mixed mode, sharing)

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

1 participant