更新readme
This commit is contained in:
parent
f3dc2c30f8
commit
ed27b0387f
|
|
@ -59,9 +59,11 @@ make
|
||||||
cd FastDup
|
cd FastDup
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make && sudo make install
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The generated binary fastdup will be in the build/bin folder.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. get help
|
1. get help
|
||||||
|
|
@ -70,7 +72,7 @@ make && sudo make install
|
||||||
fastdup --help
|
fastdup --help
|
||||||
```
|
```
|
||||||
|
|
||||||
2. mark duplicates on an input BAM file
|
2. mark duplicates on an input BAM file using 8 threads
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
fastdup --input in.bam --output out.bam --metrics stats.txt --num-threads 8
|
fastdup --input in.bam --output out.bam --metrics stats.txt --num-threads 8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue