Skip to content

Commit

Permalink
chore: add TIP box
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 23, 2024
1 parent 50a5ccb commit e31ebad
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e31ebad

Please sign in to comment.