Skip to content

A command-line tool that provide functionalities to validate files that can be submitted to PRIDE

License

Notifications You must be signed in to change notification settings

bigbio/submission-tool-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProteomeXchange Submission Validator

Java CI with Maven

This tool helps user to validate submissions in the client side before submitting to PRIDE. It is specially useful for Big submissions

Minimum requirements

  • Java 1.8, 64-bit
  • A dual-core CPU
  • 2+ GB RAM for complex mzIdentML files.

Instructions

  1. Download the tool as a zip archive file.
  2. Extract the zip file to a directory.
  3. From a terminal / command prompt, navigate to this new extracted directory and execute a command as described under the 'usage' section below.

Usage

PX validation.

You can create manually or with our own tool or with the submission tool the submission.px file. This file contains the metadata around the file including title, description.

$ java -jar submission-tool-validator-{version}-bin.jar -v -px /path/to/data/submission.px

Validation of mzIdentML and mzTab Files

Validation an mzTab

$ java -jar submission-tool-validator-{version}-bin.jar -v -mztab /path/to/data/file.mztab

Validation an mzIdentML

$ java -jar submission-tool-validator-{version}-bin.jar -v -mzid /path/to/data/file.mzid
$ java -jar submission-tool-validator-{version}-bin.jar -v -mzid /path/to/data/file.mzid -peak /path/to/data/file.mgf 
$ java -jar submission-tool-validator-{version}-bin.jar -v -mzid /path/to/data/file.mzid -peaks /path/to/data/file1.mgf##/path/to/data/file2.mgf

Contact

To get in touch, please either email pride-support@ebi.ac.uk or raise an issue on the issues page.

About

A command-line tool that provide functionalities to validate files that can be submitted to PRIDE

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages