更新readme
This commit is contained in:
parent
f3dc2c30f8
commit
ed27b0387f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue