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
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 MGF with profile data excluded) or both. The 'MGF with profile data excluded format' is used to exclude MS2 profile mode data (the MGF files can get big when the MS2 spectra were acquired in profile mode).
17
+
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 peacking.
18
18
19
19
```
20
-
ThermoRawFileParser.exe usage is (use -option=value for the optional arguments):
20
+
ThermoRawFileParser.exe --help
21
+
usage is (use -option=value for the optional arguments):
21
22
-h, --help Prints out the options.
22
23
-i, --input=VALUE The raw file input.
23
-
-o, --output=VALUE The output directory.
24
+
-o, --output=VALUE The output directory. Specify this or an output
25
+
file.
26
+
-b, --output_file=VALUE The output file. Specify this or an output
27
+
directory
24
28
-f, --format=VALUE The output format for the spectra (0 for MGF, 1
25
-
for mzML, 2 for indexed mzML, 3 for Parquet, 4
26
-
for MGF with profile data excluded)
29
+
for mzMl, 2 for indexed mzML, 3 for Parquet)
27
30
-m, --metadata=VALUE The metadata output format (0 for JSON, 1 for TXT).
28
31
-g, --gzip GZip the output file if this flag is specified (
29
32
without value).
33
+
-p, --noPeakPicking Don't use the peak picking provided by the native
34
+
thermo library (by default peak picking is
35
+
enabled)
36
+
-v, --verbose Enable verbose logging.
37
+
-e, --ignoreInstrumentErrors
38
+
Ignore missing properties by the instrument.
30
39
-u, --s3_url[=VALUE] Optional property to write directly the data into
31
40
S3 Storage.
32
41
-k, --s3_accesskeyid[=VALUE]
@@ -37,9 +46,6 @@ ThermoRawFileParser.exe usage is (use -option=value for the optional arguments)
0 commit comments