Skip to content

ajmaurais/pymsConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Aaron Maurais
Jan 27, 2021
2a899de · Jan 27, 2021

History

17 Commits
Jan 27, 2021
Sep 27, 2019
Mar 7, 2019
Feb 5, 2020
Jun 5, 2019

Repository files navigation

pymsConvert

Convert between common MS data formats.

pymsConvert is build on top of pyopenms. Custom implementations of file I\O functions not available in pyopenms, including MS2File.store() are included. pymsConvert is also written to manage and process multiple files in parallel.

Supported formats

  • mzXML
  • mzML
  • ms2

Usage

usage: main.py [-h] -i {mzXML,mzML,ms2,ms1,mgf} -o {mzXML,mzML,ms2,ms1,mgf}
               [--nThread NTHREAD] [--ofname OFNAME]
               input_file [input_file ...]

Convert between various ms data formats.

positional arguments:
  input_file

optional arguments:
  -h, --help            show this help message and exit
  -i {mzXML,mzML,ms2,ms1,mgf}, --inType {mzXML,mzML,ms2,ms1,mgf}
                        Input file type.
  -o {mzXML,mzML,ms2,ms1,mgf}, --outType {mzXML,mzML,ms2,ms1,mgf}
                        Output file type
  --nThread NTHREAD     Specify number of threads to use. By default, each
                        file is processed in its own thread, up to the number
                        of supported threads on the system.
  --ofname OFNAME       Output file name. Default is input file base name with
                        outType extension.

Releases

No releases published

Packages

No packages published

Languages