Skip to content

Commit

Permalink
Update overlap.rst
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
yfarjoun authored Jan 14, 2025
1 parent b144100 commit 108b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tools/overlap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ start and end coordinates. For example:

::

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
chr1 10 20 A chr1 15 25 B 5
chr1 10 20 C chr1 25 35 D -5

0 comments on commit 108b134

Please sign in to comment.