-
Notifications
You must be signed in to change notification settings - Fork 20
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
how to visualize maxquant results by using PDV command line ? #51
Comments
Do you want to generate figures for all spectra or just some spectra using command line? |
Hi, First, please copy the parameter file Please let me know if it still doesn't work. Kai |
Dear Kai, Thank you very very very much! After I moved the mqpar.xml into the combined folder, than it did work! The figures sucessfully generated finally. Next, I would try to generate figures for a large scale spectra by using command line. best wishes! Yuli Gan |
Dear wenbostar, best wishes ! Yuli Gan |
Come back for help again! My command:
The error: Spectrum 'RawFile: P16186-11 Index: 20198 Charge: 3' in mgf file 'P16186-11.mgf' not found The PDV will generate the mgf file, I don't know why there is no 'RawFile: P16186-11 Index: 20198 Charge: 3'. I think the PDV should generate all the Index number,is the reason that the combined folder position had been fixed or I used new maxquant version(2.4.11)? Need your help! SLF4J: Class path contains multiple SLF4J bindings. |
my command:
java -jar /share/liuqi/ganyuli/proteome/software/PDV-1.7.4/PDV-1.7.4.jar
-r combined
-rt 5
-s .
-st 1
-i tab2.txt
-k s
-o output
-a 0.5
-c 5
-pw 1
-fw 800
-fh 400
-fu px
-ft pdf
Possibly, I didn't set the corret input data format, so always appeared this error when I used the command line for visualizing maxquant results:
Exception in thread "main" java.lang.NullPointerException
at java.base/java.io.FileInputStream.(FileInputStream.java:149)
at java.base/java.io.FileReader.(FileReader.java:75)
at PDVCLI.MaxQuantImport.parseParameters(MaxQuantImport.java:1024)
at PDVCLI.MaxQuantImport.(MaxQuantImport.java:162)
at PDVCLI.PDVCLIMainClass.importFile(PDVCLIMainClass.java:669)
at PDVCLI.PDVCLIMainClass.runCMD(PDVCLIMainClass.java:389)
at PDVCLI.PDVCLIMainClass.(PDVCLIMainClass.java:229)
at PDVGUI.gui.PDVMainClass.main(PDVMainClass.java:282)
So what is the correct input data format for visualizing maxquant results by command line?
The text was updated successfully, but these errors were encountered: