Usage

Command line

Default: convert a raw file to mzML in the same directory as the input:

mzx /path/to/data.raw

Other output formats:

mzx --type mgf /path/to/data.raw
mzx --type mzxml /path/to/data.raw

Full options:

mzx --help

The same CLI is available as:

python -m mzx

GUI

mzx-gui

If mzx-gui is not on your PATH (e.g. some Windows setups), use:

python -m mzx.gui

The GUI is experimental; the CLI is recommended for scripting and automation.

License

mzx is licensed under the GNU General Public License v3.0. See the LICENSE file in the repository.