Skip to content

Commit

Permalink
Update usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Jul 3, 2024
1 parent 7f48a06 commit 10210aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ pip3 install git+https://github.com/BCCDC-PHL/FluViewer.git
## Usage

```
usage: fluviewer [-h] -f FORWARD_READS -r REVERSE_READS -d DATABASE [-o OUTDIR] -n OUTPUT_NAME [-i [0-100]] [-l [32-]] [-D [1-]] [-q [0-]] [-v [0-1]] [-V [0-1]] [-N [1-]] [-L [1-]]
[-t [1-]] [-M [1-]] [-g] [--log-level {info,debug}]
usage: fluviewer [-h] -f FORWARD_READS -r REVERSE_READS -d DB [-o OUTDIR] -n OUTPUT_NAME [-i [0-100]] [-l [32-]] [-D [1-]] [-q [0-]] [-v [0-1]] [-V [0-1]] [-N [1-]] [-L [1-]] [-t [1-]] [-M [1-]] [-g] [--force]
[--log-level {info,debug}] [--version]
BCCDC-PHL/FluViewer: Influenza A virus consensus sequence generation and variant calling
Expand Down Expand Up @@ -145,8 +145,10 @@ optional arguments:
Gigabytes of memory allocated for normalizing reads (default=max)
-g, --disable-garbage-collection
Disable garbage collection and retain intermediate analysis files
--force Allow overwrite of existing files and directories.
--log-level {info,debug}
Log level (default=info)
--version show program's version number and exit
```


Expand Down

0 comments on commit 10210aa

Please sign in to comment.