Open MKoesters opened 2 years ago
Hi Manuel,
I think it's not because memory. The reason might be the sl4j library. I have updated it and will release a new version soon, maybe tomorrow. Please let me know if you still have the same issue.
Kai
Any updates on the new release?
Sorry for the late update. I will release it as soon as this weekend.
Hi there, could you please share your data with me? I just want to make sure the new version will solve your problem.
Hi all,
I'm trying to test PDV (GUI) with one single mzid from MetaMorpheus (30MB). However, as soon as I select the the file I get the warning in the title.
This seems strange to me since my machie has 128GB RAM and I'm running PDB as the following:
java -Xmx80G -jar PDV-1.7.4.jar
Even if only loading one mzML, the loading does not seem to finish.
I'm running everything on an arch linux machine to which I connect via VNC from a macbook.
Did you encounter something similar and have any idea whats going wrong?
When trying to run the example as following:
DISPLAY=:1 java -jar PDV-1.7.4.jar -r input_data/SF_200217_U2OS_TiO2_HCD_OT_rep1_myrimatch_mzML.mzid -rt 1 -s input_data/SF_200217_U2OS_TiO2_HCD_OT_rep1.mzML -st 2 -i input_data/spectrum_scan_number.txt -k s -o output -a 0.05 -c 3 -pw 1 -fw 800 -fh 400 -fu px -ft pdf
I end up with the following stack trace:
Can you help me with getting PDV to run on a remote linux server (either ssh or vnc are okay for me)
Best, Manuel