From cb06202b84e0a004a376366a7cf1b8a0de13f136 Mon Sep 17 00:00:00 2001 From: shao <hiberbear@users.noreply.github.com> Date: Fri, 5 Sep 2014 15:46:40 +0200 Subject: [PATCH] Update intersect.rst update the output from "-u" option. --- docs/content/tools/intersect.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tools/intersect.rst b/docs/content/tools/intersect.rst index 735f391c..75892891 100755 --- a/docs/content/tools/intersect.rst +++ b/docs/content/tools/intersect.rst @@ -262,8 +262,8 @@ For example, without ``-u``: chr1 17 22 $ bedtools intersect -a A.bed -b B.bed - chr1 10 20 - chr1 10 20 + chr1 15 20 + chr1 17 20 Now with ``-u``: -- GitLab