From f1f9c01ddde941ee225c19dcbd0d99a8b0648711 Mon Sep 17 00:00:00 2001 From: Charles Foster Date: Mon, 23 Sep 2024 11:00:49 +1000 Subject: [PATCH] chore: fix space in usage --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f60e43..9109515 100644 --- a/README.md +++ b/README.md @@ -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) @@ -218,7 +218,7 @@ Options: ### Full usage ``` -$nohuman --help +$ nohuman --help Remove human reads from a sequencing run Usage: nohuman [OPTIONS] [INPUT]... @@ -255,7 +255,7 @@ Options: -D, --db Path to the database - [default: /home/michael/.nohuman/db] + [default: ~/.nohuman/db] -F, --output-type Output compression format. u: uncompressed; b: Bzip2; g: Gzip; x: Xz (Lzma); z: Zstd