Skip to content

Commit 1f1efa6

Browse files
committed
Update Readme and assembly information
1 parent e059d0a commit 1f1efa6

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("ThermoRawFileParser")]
12-
[assembly: AssemblyCopyright("Copyright © 2017 - 2021")]
12+
[assembly: AssemblyCopyright("Copyright © 2017 - 2022")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,7 +31,7 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.3.4.0")]
35-
[assembly: AssemblyFileVersion("1.3.4.0")]
34+
[assembly: AssemblyVersion("1.4.0.0")]
35+
[assembly: AssemblyFileVersion("1.4.0.0")]
3636

3737
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ For running on Windows, omit `mono`. The optional parameters only work in the -o
4242

4343
```
4444
ThermoRawFileParser.exe --help
45-
usage is ThermoRawFileParser.exe [subcommand] [options]
45+
Usage is ThermoRawFileParser.exe [subcommand] [options]
4646
optional subcommands are xic|query (use [subcommand] -h for more info]):
4747
-h, --help Prints out the options.
48-
--version Prints out the library version.
48+
--version Prints out the version of the executable.
4949
-i, --input=VALUE The raw file input (Required). Specify this or an
5050
input directory -d.
5151
-d, --input_directory=VALUE
@@ -59,11 +59,15 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
5959
input directory.
6060
-s, --stdout Write to standard output. Cannot be combined with
6161
file or directory output. Implies silent logging,
62-
i.e. logging level 0
62+
i.e. logging level 0
6363
-f, --format=VALUE The spectra output format: 0 for MGF, 1 for mzML,
64-
2 for indexed mzML, 3 for Parquet. Defaults to
65-
indexed mzML if no format is specified.
66-
-m, --metadata=VALUE The metadata output format: 0 for JSON, 1 for TXT.
64+
2 for indexed mzML, 3 for Parquet; both numeric
65+
and text (case insensitive) value recognized.
66+
Defaults to indexed mzML if no format is
67+
specified.
68+
-m, --metadata=VALUE The metadata output format: 0 for JSON, 1 for TXT;
69+
both numeric and text (case insensitive) value
70+
recognized
6771
-c, --metadata_output_file=VALUE
6872
The metadata output file. By default the metadata
6973
file is written to the output directory.
@@ -81,14 +85,15 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
8185
enabled.
8286
-a, --allDetectors Extract additional detector data: UV/PDA etc
8387
-l, --logging=VALUE Optional logging level: 0 for silent, 1 for
84-
verbose.
88+
verbose; both numeric and text (case insensitive)
89+
value recognized.
8590
-e, --ignoreInstrumentErrors
8691
Ignore missing properties by the instrument.
87-
-x, --includeExceptionData Include reference and exception data
92+
-x, --excludeExceptionData Exclude reference and exception data
8893
-L, --msLevel=VALUE Select MS levels (MS1, MS2, etc) included in the
8994
output, should be a comma-separated list of
90-
integers ( 1,2,3 ) and/or intervals ( 1-3 ),
91-
open-end intervals ( 1- ) are allowed
95+
integers (1,2,3) and/or intervals (1-3), open-
96+
end intervals (1-) are allowed
9297
-P, --mgfPrecursor Include precursor scan number in MGF file TITLE
9398
-N, --noiseData Include noise data in mzML output
9499
-u, --s3_url[=VALUE] Optional property to write directly the data into
@@ -100,8 +105,7 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
100105
Optional key for the S3 bucket to write the file
101106
output.
102107
-n, --s3_bucketName[=VALUE]
103-
S3 bucket name
104-
```
108+
S3 bucket name```
105109
106110
A (java) graphical user interface is also available [here](https://github.com/compomics/ThermoRawFileParserGUI) that enables the selection of an input RAW directory or one ore more RAW files.
107111

0 commit comments

Comments
 (0)