msp2lib

The NIST Library Conversion program running in Wine and Docker

Build Status Documentation Status PyPI PyPI - Python Version License
Docker Cloud Build Status Docker Cloud Automated build Docker Image Size (latest by date)

This is a Python script to facilitate conversion from MSP files to NIST MS Search user libraries.

Usage

where input_file is the MSP file to be converted and output_dir is the directory to save the output library in. If output_dir is unspecified the current working directory is used instead.

Docker must be installed to use this program.

The first time this script is run it will download the latest version of the docker image automatically. This can also be done manually, such as to upgrade to the latest version, by running with the --get-docker-image flag.

For more usage information see the manpage or run with the --help flag.

Browse the Source Code.

Browse the GitHub Repository