Skip to contents

given an mzML file, create the initial zip file containing the zipped mzML, metadata.json, and mzml_metadata.json. This zip file is what will be operated on by anything that accesses files, so that our interface is consistent.

Usage

mzml_to_zip(mzml_file, out_file)

Arguments

mzml_file

the mzML file to zip up

out_file

the directory to save the zip file