Skip to content

PRIDE-Archive/px-submission-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PX-submission tool

PX Submission Tool is a desktop application to submit the data to proteomeXchange

Quick Download

Please unzip and run px-submission-tool-<version number>.jar file!

Requirements

  • Java: Java JRE 1.8 (or above), which you can download here
    (Note: most computers should have Java installed already).

  • Operating System: The current verison has been tested on Windows 10, Windows 7, Windows Vista, Linux and Max OS X, it should also work on other platforms. If you come across any problems on your platform, please contact the PRIDE Help Desk.

Trouble shooting

For trouble shooting, please open your command-line and run following commands and check your environments are correctly setup.

  1. java -version to check you have java installed. You should be able to see something like : java version "1.8.0_191". If you get an error message: java -version is not recognized as an internal or external command ... This means, you have not setup your Java properly. If so, please install Java and restart the machine.
  2. echo $JAVA_HOME to check you have setup environment variable properly.
  3. cd <path/to/the/px-submission-tool/directory> Navigate to your submission tool folder
  4. java -jar px-submission-tool-<version number>.jar to open the tool. Please replace the version number.
  5. Open the px_submission.log file in px-submission-tool/log folder to see any errors or information.

If you need more help, please contact us with the output if those commands and screenshots where appopriate.