Skip to content

Commit

Permalink
chore: fix space in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfoster authored and mbhall88 committed Sep 23, 2024
1 parent ce65d35 commit 7144780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sequencing technology. Read more about the development of this method [here][pap
- [Build from source](#build-from-source)
- [Usage](#usage)
- [Download the database](#download-the-database)
- [Check dependecies are available](#check-dependecies-are-available)
- [Check dependencies are available](#check-dependencies-are-available)
- [Remove human reads](#remove-human-reads)
- [Keep human reads](#keep-human-reads)
- [Full usage](#full-usage)
Expand Down Expand Up @@ -218,7 +218,7 @@ Options:
### Full usage

```
$nohuman --help
$ nohuman --help
Remove human reads from a sequencing run
Usage: nohuman [OPTIONS] [INPUT]...
Expand Down Expand Up @@ -255,7 +255,7 @@ Options:
-D, --db <PATH>
Path to the database
[default: /home/michael/.nohuman/db]
[default: ~/.nohuman/db]
-F, --output-type <FORMAT>
Output compression format. u: uncompressed; b: Bzip2; g: Gzip; x: Xz (Lzma); z: Zstd
Expand Down

0 comments on commit 7144780

Please sign in to comment.