Skip to content

cheminfo-js/mzML

Repository files navigation

mzML

NPM version build status Test coverage npm download

Read and explore mzML v1.1 files.

This project is abandoned !!!

You should use https://github.com/cheminfo-js/mzdata that deals with mzml and mzdata file format

Installation

$ npm install --save mzml

Usage

import { mzML } from 'mzml';

// mzML files
const mzMLFile = readFileSync(__dirname + '/tiny.mzML');
var response = mzML(mzMLFile);

License

MIT