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
Copy file name to clipboardExpand all lines: README.md
+15-25Lines changed: 15 additions & 25 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
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 format, 1 for TXT format) and the spectra file `-f`or both. For the MGF format, `-p` flag 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).
18
18
19
19
```
20
-
ThermoRawFileParser.exe usage is (use -option=value for the optional arguments):
20
+
ThermoRawFileParser.exe usage is (use -option=value for the optional arguments):
21
21
-h, --help Prints out the options.
22
22
-i, --input=VALUE The raw file input.
23
23
-o, --output=VALUE The output directory.
24
24
-f, --format=VALUE The output format for the spectra (0 for MGF, 1
25
-
for MzMl, 2 for Parquet)
25
+
for mzML, 2 for indexed mzML, 3 for Parquet, 4
26
+
for MGF with profile data excluded)
26
27
-m, --metadata=VALUE The metadata output format (0 for JSON, 1 for TXT).
27
28
-g, --gzip GZip the output file if this flag is specified (
28
29
without value).
29
-
-p, --profiledata Exclude MS2 profile data if this flag is specified
30
-
(without value). Only for MGF format!
31
-
-c, --collection[=VALUE] The optional collection identifier (PXD identifier
32
-
for example).
33
-
-r, --run[=VALUE] The optional mass spectrometry run name used in
34
-
the spectrum title. The RAW file name will be
35
-
used if not specified.
36
-
-s, --subfolder[=VALUE] Optional, to disambiguate instances where the same
37
-
collection has 2 or more MS runs with the same
38
-
name.
39
30
-u, --s3_url[=VALUE] Optional property to write directly the data into
40
-
S3 Storage
31
+
S3 Storage.
41
32
-k, --s3_accesskeyid[=VALUE]
42
33
Optional key for the S3 bucket to write the file
43
-
output
34
+
output.
44
35
-t, --s3_secretaccesskey[=VALUE]
45
36
Optional key for the S3 bucket to write the file
46
-
output
37
+
output.
47
38
-n, --s3_bucketName[=VALUE]
48
39
S3 bucket name
49
-
-v, --verbose Verbose the programm and the individual steps
0 commit comments