Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "js_mzml", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An mzML parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,2 +13,6 @@ # js-mzml | ||
--- | ||
Please take note that I am planning on some major improvements. The file is currently read via a filestream, but the spectra are returned in a single object. As I have time in the coming future, I am going to add in a generator function to stream back the spectra as the file is read. The idea is to keep RAM usage low. I plan on keeping all the current functionality, but please be aware that this module will be undergoing active development. | ||
--- | ||
## Usage | ||
@@ -77,2 +81,3 @@ js-mzML is installed with ```npm install -s js-mzml``` | ||
* More MS levels (e.g. MS/MS/MS) | ||
* Returning the data using a generator function | ||
5013168
82