Skip to content

Latest commit

 

History

History
executable file
·
41 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

executable file
·
41 lines (28 loc) · 1.15 KB

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