Skip to content

Commit 1f6d3c2

Browse files
More updates to documentation for uniq
1 parent 69eaf65 commit 1f6d3c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/uniq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ $ dnmtools uniq -S duplicate-removal-stats.txt reads_sorted.bam reads_uniq.bam
4141

4242
## Options
4343

44+
```txt
45+
-t, -threads
46+
```
47+
The number of threads to use. These threads are used for I/O, and are
48+
most helpful when the input and output are both BAM, where the threads
49+
can really speed things up.
50+
4451
```txt
4552
-S, -stats
4653
```

0 commit comments

Comments
 (0)