From 108b134a9de242769029934b693671ac9aec4677 Mon Sep 17 00:00:00 2001 From: Yossi Farjoun Date: Mon, 13 Jan 2025 22:10:18 -0500 Subject: [PATCH] Update overlap.rst typo --- docs/content/tools/overlap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tools/overlap.rst b/docs/content/tools/overlap.rst index 374458a9..8ed011a8 100755 --- a/docs/content/tools/overlap.rst +++ b/docs/content/tools/overlap.rst @@ -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