From e31ebadf5bd4435522b598c2e1eaa271968fb7ad Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 23 Sep 2024 09:32:50 +1000 Subject: [PATCH] chore: add TIP box --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4ee98d0..3f60e43 100644 --- a/README.md +++ b/README.md @@ -182,13 +182,11 @@ or to specify a different path for the output $ nohuman -t 4 --out1 clean_1.fq --out2 clean_2.fq in_1.fq in_2.fq ``` -Compressed output will be inferred from the specified output path(s). If no output path is provided, the same -compression -as the input will be used. To override the output compression format, use the `--output-type` option. Supported -compression -formats are gzip (`.gz`), zstandard (`zst`), bzip2 (`.bz2`), and xz (`.xz`). If multiple threads are provided, these -will -be used for compression of the output (where possible). +> [!TIP] +> Compressed output will be inferred from the specified output path(s). If no output path is provided, the same +> compression as the input will be used. To override the output compression format, use the `--output-type` option. +> Supported compression formats are gzip (`.gz`), zstandard (`zst`), bzip2 (`.bz2`), and xz (`.xz`). If multiple threads are provided, these +> will be used for compression of the output (where possible). ### Keep human reads