Skip to content

Commit b1c286a

Browse files
Update README.md
1 parent 1c0ecf0 commit b1c286a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ 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|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).
1818

1919
```
2020
ThermoRawFileParser.exe usage is (use -option=value for the optional arguments):
2121
-h, --help Prints out the options.
2222
-i, --input=VALUE The raw file input.
2323
-o, --output=VALUE The output directory.
2424
-f, --format=VALUE The output format for the spectra (0 for MGF, 1
25-
for mzMl, 2 for indexed mzML, 3 for Parquet, 4
25+
for mzML, 2 for indexed mzML, 3 for Parquet, 4
2626
for MGF with profile data excluded)
2727
-m, --metadata=VALUE The metadata output format (0 for JSON, 1 for TXT).
2828
-g, --gzip GZip the output file if this flag is specified (

0 commit comments

Comments
 (0)