@@ -59,12 +59,13 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
5959 -d, --input_directory=VALUE
6060 The directory containing the raw files (Required).
6161 Specify this or an input raw file -i.
62- -o, --output=VALUE The output directory. Specify this or an output
63- file -b. Specifying neither writes to the input
64- directory.
65- -b, --output_file=VALUE The output file. Specify this or an output
62+ -b, --output=VALUE The output file. Specify this or an output
6663 directory -o. Specifying neither writes to the
6764 input directory.
65+ -o, --output_directory=VALUE
66+ The output directory. Specify this or an output
67+ file -b. Specifying neither writes to the input
68+ directory.
6869 -s, --stdout Write to standard output. Cannot be combined with
6970 file or directory output. Implies silent logging,
7071 i.e. logging level 0
@@ -137,7 +138,7 @@ usage is:
137138 -h, --help Prints out the options.
138139 -i, --input=VALUE The raw file input (Required).
139140 -n, --scans=VALUE The scan numbers. e.g. "1-5, 20, 25-30"
140- -b, --output_file =VALUE The output file. Specifying none writes the output
141+ -b, --output =VALUE The output file. Specifying none writes the output
141142 file to the input file parent directory.
142143 -p, --noPeakPicking Don't use the peak picking provided by the native
143144 Thermo library. By default peak picking is
@@ -169,12 +170,13 @@ ThermoRawFileParser.exe xic --help
169170 Specify this or an input file -i.
170171 -j, --json=VALUE The json input file (Required).
171172 -p, --print_example Show a json input file example.
172- -o, --output=VALUE The output directory. Specify this or an output
173- file. Specifying neither writes to the input
174- directory.
175- -b, --output_file=VALUE The output file. Specify this or an output
173+ -b, --output=VALUE The output file. Specify this or an output
176174 directory. Specifying neither writes to the
177175 input directory.
176+ -o, --output_directory=VALUE
177+ The output directory. Specify this or an output
178+ file. Specifying neither writes to the input
179+ directory.
178180 -6, --base64 Encodes the content of the xic vectors as base 64
179181 encoded string.
180182 -s, --stdout Pipes the output into standard output. Logging is
0 commit comments