We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9331d commit 01bffbaCopy full SHA for 01bffba
docs/tools/bamtocounts.md
@@ -5,7 +5,11 @@ sort: 2
5
# BamToCounts
6
7
A program that counts the number of reads per target in
8
-a BAM file.
+a BAM file. The BAM file does not need to be sorted.
9
+
10
+Overlapping features will be reported each with all the
11
+counts, so a read mapped in a shared interval will be counted
12
+more than once.
13
14
## Help screen
15
0 commit comments