Skip to content

Commit 92dc895

Browse files
committed
Readme updated for new options (verbose + ignoreInstrumentErrors)
1 parent 59118d0 commit 92dc895

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

MainClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static void Main(string[] args)
102102
v => verbose = v != null
103103
},
104104
{
105-
"ignoreInstrumentErrors", "",
105+
"ignoreInstrumentErrors", "Ignore missing properties by the instrument",
106106
v => ignoreInstrumentErrors = v != null
107107
}
108108

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ ThermoRawFileParser.exe usage is (use -option=value for the optional arguments):
3636
-s, --subfolder[=VALUE] Optional, to disambiguate instances where the same
3737
collection has 2 or more MS runs with the same
3838
name.
39+
-u, --s3_url[=VALUE] Optional property to write directly the data into
40+
S3 Storage
41+
-k, --s3_accesskeyid[=VALUE]
42+
Optional key for the S3 bucket to write the file
43+
output
44+
-t, --s3_secretaccesskey[=VALUE]
45+
Optional key for the S3 bucket to write the file
46+
output
47+
-n, --s3_bucketName[=VALUE]
48+
S3 bucket name
49+
-v, --verbose Verbose the programm and the individual steps
50+
--ignoreInstrumentErrors
51+
Ignore missing properties by the instrument
52+
3953
```
4054

4155
## Download

0 commit comments

Comments
 (0)