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
"The spectra output format: 0 for MGF, 1 for mzML, 2 for indexed mzML, 3 for Parquet; both numeric and text (case insensitive) value recognized. Defaults to indexed mzML if no format is specified.",
529
+
"The spectra output format: 0 for MGF, 1 for mzML, 2 for indexed mzML, 3 for Parquet, 4 for None (no output); both numeric and text (case insensitive) value recognized. Defaults to indexed mzML if no format is specified.",
530
530
v =>outputFormatString=v
531
531
},
532
532
{
533
-
"m=|metadata=","The metadata output format: 0 for JSON, 1 for TXT; both numeric and text (case insensitive) value recognized",
533
+
"m=|metadata=","The metadata output format: 0 for JSON, 1 for TXT, 2 for None (no output); both numeric and text (case insensitive) value recognized. Defaults to None",
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.
50
+
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|4` (0 for MGF, 1 for mzML, 2 for indexed mzML, 3 for Parquet, 4 for no output) or both. Use the `-p` flag to disable the thermo native peak picking.
51
51
52
52
```
53
-
ThermoRawFileParser.exe --help
54
53
Usage is ThermoRawFileParser.exe [subcommand] [options]
55
54
optional subcommands are xic|query (use [subcommand] -h for more info]):
56
55
-h, --help Prints out the options.
@@ -70,13 +69,14 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
70
69
file or directory output. Implies silent logging,
71
70
i.e. logging level 0
72
71
-f, --format=VALUE The spectra output format: 0 for MGF, 1 for mzML,
73
-
2 for indexed mzML, 3 for Parquet; both numeric
74
-
and text (case insensitive) value recognized.
75
-
Defaults to indexed mzML if no format is
76
-
specified.
77
-
-m, --metadata=VALUE The metadata output format: 0 for JSON, 1 for TXT;
78
-
both numeric and text (case insensitive) value
79
-
recognized
72
+
2 for indexed mzML, 3 for Parquet, 4 for None (
73
+
no output); both numeric and text (case
74
+
insensitive) value recognized. Defaults to
75
+
indexed mzML if no format is specified.
76
+
-m, --metadata=VALUE The metadata output format: 0 for JSON, 1 for TXT,
0 commit comments