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
$"Usage is {Assembly.GetExecutingAssembly().GetName().Name}.exe [subcommand] [options]\noptional subcommands are xic|query (use [subcommand] -h for more info]):";
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Supported formats:
7
7
* mzML and indexed mzML
8
8
* Apache Parquet
9
9
10
-
Version before 1.5.0 require Mono to run on Linux and Mac.
10
+
Version before 2.0.0 require Mono to run on Linux and Mac.
11
11
12
12
As of version 1.2.0, 2 subcommands are available (shoutout to the [eubic 2020 developers meeting](https://eubic-ms.org/events/2020-developers-meeting/), see [usage](#usage) for examples):
13
13
* query: returns one or more spectra in JSON PROXI by scan number(s)
@@ -64,17 +64,17 @@ When running framework-based version use `dotnet ThermoRawFileParser.dll` instea
64
64
Usage is ThermoRawFileParser.exe [subcommand] [options]
65
65
optional subcommands are xic|query (use [subcommand] -h for more info]):
66
66
-h, --help Prints out the options.
67
-
--version Prints out the version of the executable.
67
+
-v, --version Prints out the version of the executable.
68
68
-i, --input=VALUE The raw file input (Required). Specify this or an
69
69
input directory -d.
70
70
-d, --input_directory=VALUE
71
71
The directory containing the raw files (Required).
72
72
Specify this or an input raw file -i.
73
-
-b, --output=VALUE The output file. Specify this or an output
73
+
-b, --output=VALUE The output file. Specify this or an output
74
74
directory -o. Specifying neither writes to the
75
75
input directory.
76
76
-o, --output_directory=VALUE
77
-
The output directory. Specify this or an output
77
+
The output directory. Specify this or an output
78
78
file -b. Specifying neither writes to the input
79
79
directory.
80
80
-s, --stdout Write to standard output. Cannot be combined with
0 commit comments