You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-9Lines changed: 36 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# ThermoRawFileParser
2
2
3
3
Wrapper around the .net (C#) ThermoFisher ThermoRawFileReader library for running on Linux with mono (works on Windows too). It takes a thermo RAW file as input and outputs a metadata file and the spectra in 3 possible formats:
4
-
* MGF: MS2 and MS3 spectra
5
-
* mzML and indexed mzML: MS1, MS2 and MS3 spectra
4
+
* MGF
5
+
* mzML and indexed mzML
6
6
* Apache Parquet: under development
7
7
8
8
As of version 1.2.0, 2 subcommands are available (shoutout to the [eubic 2020 developers meeting](https://eubic-ms.org/events/2020-developers-meeting/), see [usage](#usage) for examples):
@@ -27,17 +27,22 @@ Click [here](https://github.com/compomics/ThermoRawFileParser/releases) to go to
27
27
You can find the ThermoRawFileParserGUI [here](https://github.com/compomics/ThermoRawFileParserGUI).
For running on Windows, omit `mono`. The optional parameters only work in the -option=value format. The tool can output some RAW file metadata `-m=0|1` (0 for JSON, 1 for TXT) and the spectra file `-f=0|1|2|3` (0 for MGF, 1 for mzML, 2 for indexed mzML, 3 for Parquet) or both. Use the `-p` flag to disable the thermo native peak picking.
42
47
43
48
```
@@ -85,8 +90,9 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
0 commit comments