Skip to content

cheminfo/msp-parser

Repository files navigation

msp-parser

NPM version build status Test coverage npm download

Parse the mass .msp format.

It is being used for the MassBank database releases.

Installation

$ npm i msp-parser

Usage

import { parseMSP } from 'msp-parser';

const result = parseMSP(mspText);
// not implemented yet
import { mspIterator } from 'msp-parser';
for (const entry of mspIterator(mspText)) {
  console.log(entry);
}

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors