We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69eaf65 commit 1f6d3c2Copy full SHA for 1f6d3c2
docs/content/uniq.md
@@ -41,6 +41,13 @@ $ dnmtools uniq -S duplicate-removal-stats.txt reads_sorted.bam reads_uniq.bam
41
42
## Options
43
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
+
51
```txt
52
-S, -stats
53
```
0 commit comments