From 49ecf7ae5f90a99f5ceb02ba47a028f190b4e6ec Mon Sep 17 00:00:00 2001 From: liyewen521 Date: Wed, 16 Apr 2025 14:38:43 +0000 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a121406..08f9b6e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ Use spdlog as log tool and the default level is 'info'. * libbz2 * liblzma * libcurl -* OpenSSL * libdeflate (optional) ## Install @@ -67,13 +66,13 @@ The generated binary fastdup will be in the build/bin folder. ## Usage -1. get help +Get help ```bash ./fastdup --help ``` -2. mark duplicates on an input BAM file using 8 threads +Mark duplicates on an input BAM file using 8 threads ```bash ./fastdup --input in_test.bam --output out_md.bam --metrics stats.txt --num-threads 8