Closed PePito-M closed 3 years ago
Hi,
(for mzML files) java -Xmx53G -cp "CrystalC-1.2.1.jar" crystalc.Run crystalc.params .pepXML (for Thermo RAW files) java -Dbatmass.io.libs.thermo.dir="D:\MSFragger-3.0\ext\thermo" -Xmx53G -cp "CrystalC-1.2.1.jar" crystalc.Run crystalc.params .pepXML
Please let me know if you have any questions. Thank you!
Huiyin
PePito-M notifications@github.com 於 2020年6月30日 週二 下午12:33寫道:
I loaded last version of Crystal-C with wget. Tried to use Crystal-C by running the following command:
java -Xmx8g -jar Crystal/CrystalC-1.2.1.jar Crystal/Crystal-C.params *.pepXML
Error: Error: Invalid or corrupt jarfile Crystal/CrystalC-1.2.1.jar
I have tried different versions of Java and CrystalC but I get the same problem. Also tried running: java -Xmx8g -cp Crystal/CrystalC-1.2.1.jar CrystalC-1.2.1.Main Crystal/Crystal-C.params *.pepXML but then the issue is: Error: Could not find or load main class
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Nesvilab/Crystal-C/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALAWWA2WVFDKYC7D3S4M3R3RZIHWLANCNFSM4OMNXZ4Q .
-- Hui-Yin Chang, 張彙音 Research Fellow Department of Pathology University of Michigan
Downloading the jar file instead of wget works! Thanks!
No problem! Huiyin
PePito-M notifications@github.com 於 2020年7月1日 上午7:25 寫道:
Downloading the jar file instead of wget it works! Thanks!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I loaded last version of Crystal-C with wget. Tried to use Crystal-C by running the following command:
java -Xmx8g -jar Crystal/CrystalC-1.2.1.jar Crystal/Crystal-C.params *.pepXML
Error:
Error: Invalid or corrupt jarfile Crystal/CrystalC-1.2.1.jar
I have tried different versions of Java and CrystalC but I get the same problem. Also tried running:
java -Xmx8g -cp Crystal/CrystalC-1.2.1.jar CrystalC-1.2.1.Main Crystal/Crystal-C.params *.pepXML
but then the issue is:Error: Could not find or load main class