From ed27b0387fdaceb46363bdcf8639d6eb2f71f629 Mon Sep 17 00:00:00 2001 From: zzh Date: Wed, 18 Dec 2024 22:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9736776..3d6f853 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,11 @@ make cd FastDup mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release -make && sudo make install +make ``` +The generated binary fastdup will be in the build/bin folder. + ## Usage 1. get help @@ -70,7 +72,7 @@ make && sudo make install fastdup --help ``` -2. mark duplicates on an input BAM file +2. mark duplicates on an input BAM file using 8 threads ```bash fastdup --input in.bam --output out.bam --metrics stats.txt --num-threads 8