From 368bc96cf3568df46c8057e0f0c0f65be5dab34d Mon Sep 17 00:00:00 2001 From: BonsonW <57890355+BonsonW@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:01:29 +1100 Subject: [PATCH] typos, consistency with cli for skim --- docs/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index a7fd5fe..13442ba 100755 --- a/docs/commands.md +++ b/docs/commands.md @@ -260,11 +260,11 @@ slow5tools skim [OPTIONS] file.blow5 * `-t, --threads INT`:
Number of threads [default value: 8]. -* `-K, --batchsize`:
+* `-K, --batchsize INT`:
The batch size. This is the number of records on the memory at once [default value: 4096]. An increased batch size improves multi-threaded performance at cost of higher RAM. * `--hdr`:
print the header only. -* `--hdr`:
+* `--rid`:
print the list of read ids only. * `-h`, `--help`: Prints the help menu.