We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b144100 commit 108b134Copy full SHA for 108b134
docs/content/tools/overlap.rst
@@ -43,7 +43,7 @@ start and end coordinates. For example:
43
44
::
45
46
- bedtools windo -a A.bed -b B.bed -w 10 | overlap -i stdin -cols 2,3,6,7
+ bedtools window -a A.bed -b B.bed -w 10 | bedtools overlap -i stdin -cols 2,3,6,7
47
chr1 10 20 A chr1 15 25 B 5
48
chr1 10 20 C chr1 25 35 D -5
49
0 commit comments