Skip to content

Commit a4038c3

Browse files
2 parents 814dc2b + ae677fc commit a4038c3

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,28 @@ RawFileReader reading tool. Copyright © 2016 by Thermo Fisher Scientific, Inc.
1414
```
1515
mono ThermoRawFileParser.exe -i=/home/user/data_input/raw_file.raw -o=/home/user/data_input/output/ -f=0 -g -m=0
1616
```
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|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.
1818

1919
```
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):
2122
-h, --help Prints out the options.
2223
-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
2428
-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)
2730
-m, --metadata=VALUE The metadata output format (0 for JSON, 1 for TXT).
2831
-g, --gzip GZip the output file if this flag is specified (
2932
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.
3039
-u, --s3_url[=VALUE] Optional property to write directly the data into
3140
S3 Storage.
3241
-k, --s3_accesskeyid[=VALUE]
@@ -37,9 +46,6 @@ ThermoRawFileParser.exe usage is (use -option=value for the optional arguments)
3746
output.
3847
-n, --s3_bucketName[=VALUE]
3948
S3 bucket name
40-
-v, --verbose Enable verbose logging.
41-
-e, --ignoreInstrumentErrors
42-
Ignore missing properties by the instrument.
4349
```
4450

4551
## Download

0 commit comments

Comments
 (0)