File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments