Skip to content

Commit 8431dc8

Browse files
authored
Merge pull request #1112 from yfarjoun/patch-1
Update overlap.rst
2 parents b144100 + 108b134 commit 8431dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tools/overlap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ start and end coordinates. For example:
4343

4444
::
4545

46-
bedtools windo -a A.bed -b B.bed -w 10 | overlap -i stdin -cols 2,3,6,7
46+
bedtools window -a A.bed -b B.bed -w 10 | bedtools overlap -i stdin -cols 2,3,6,7
4747
chr1 10 20 A chr1 15 25 B 5
4848
chr1 10 20 C chr1 25 35 D -5
4949

0 commit comments

Comments
 (0)