Skip to content

Commit 3b1d23d

Browse files
author
Michael Hoopmann
authored
Update README.md
1 parent 10f97a8 commit 3b1d23d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
The MSToolkit is a light-weight C++ library for reading, writing, and manipulating mass spectrometry data. The MSToolkit is easily linked to virtually any C++ algorithm for simple, fast file reading and analysis.
44

5-
### Version 82.0.1, August 20 2018
5+
### Version 83.0.1, June 4 2020
66

77
### Supported File Formats
88
* *mzML* including internal compression (zlib and numpress) and external compression (.mzML.gz) _read/write\*_
99
* *mzXML* including internal compression (zlib) and external compression (.mzXML.gz) _read-only_
10+
* *mzID* _read/write_ (a.k.a. mzIdentML)
1011
* *mgf* _read/write_
1112
* *ms1* _read/write_
1213
* *ms2* _read/write_
@@ -18,6 +19,7 @@ The MSToolkit is a light-weight C++ library for reading, writing, and manipulati
1819

1920
_\* Note: .mzML writing produces funtional files, but currently does not export all meta data. Spectral peak data is complete. .mzML.gz files
2021
are not produced by the toolkit, and must be gzipped externally._
22+
_\* Note: .mzID reading and writing is in active development to support all the weird unexpected stuff people do with that format._
2123

2224

2325
### Simple Interface
@@ -32,8 +34,9 @@ The MSToolkit is a light-weight C++ library for reading, writing, and manipulati
3234

3335
### Compiling
3436
A few hints:
37+
* On GNU/Linux, try "make all" to build the library. On VS/Windows, you'll have to build your own solution.
3538
* Add _NOSQLITE to build smaller library without SQLite. SQLite is only required for special case usage.
36-
* Add _NO_THERMORAW to build without Thermo file support in Windows. This is not necessary in Linux, where Thermo support is disabled by default.
39+
* Add _NO_THERMORAW to build without Thermo file support in Windows. This is not necessary in GNU/Linux, where Thermo support is disabled by default.
3740
* Older versions of MSVC may require building with XML_STATIC declared.
3841
* Declaring WIN32 may still be required for compiling 64-bit libraries with MSVC.
3942

0 commit comments

Comments
 (0)