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
"e|ignoreInstrumentErrors","Ignore missing properties by the instrument.",
425
425
v =>parseInput.IgnoreInstrumentErrors=v!=null
426
426
},
427
+
{
428
+
"x|includeExceptionData","Include reference and exception data",
429
+
v =>parseInput.ExData=v!=null
430
+
},
427
431
{
428
432
"L=|msLevel=",
429
433
"Select MS levels (MS1, MS2, etc) included in the output, should be a comma-separated list of integers ( 1,2,3 ) and/or intervals ( 1-3 ), open-end intervals ( 1- ) are allowed",
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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
4
* MGF: MS2 and MS3 spectra
5
-
* mzML and indexed mzML: both MS1, MS2 and MS3 spectra
5
+
* mzML and indexed mzML: MS1, MS2 and MS3 spectra
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):
@@ -76,6 +76,7 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
76
76
verbose.
77
77
-e, --ignoreInstrumentErrors
78
78
Ignore missing properties by the instrument.
79
+
-x, --includeExceptionData Include reference and exception data
79
80
-L, --msLevel=VALUE Select MS levels (MS1, MS2, etc) included in the
80
81
output, should be a comma-separated list of
81
82
integers ( 1,2,3 ) and/or intervals ( 1-3 ),
@@ -112,7 +113,7 @@ usage is:
112
113
Thermo library. By default peak picking is
113
114
enabled.
114
115
-s, --stdout Pipes the output into standard output. Logging is
115
-
being turned off
116
+
being turned off.
116
117
```
117
118
### xic subcommand
118
119
Return one or more chromatograms based on query JSON input.
0 commit comments