From b1cab105b50e7537cc28187ffd3352c13ce6f1c3 Mon Sep 17 00:00:00 2001 From: JannikHamp Date: Sat, 5 Jan 2019 19:03:55 +0100 Subject: [PATCH] Update compareBed.sh --- bin/1.2_filter_motifs/compareBed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/1.2_filter_motifs/compareBed.sh b/bin/1.2_filter_motifs/compareBed.sh index d0a1baf..e1ac62f 100644 --- a/bin/1.2_filter_motifs/compareBed.sh +++ b/bin/1.2_filter_motifs/compareBed.sh @@ -1,7 +1,7 @@ #!/bin/bash # This script utilizes bedtools to gain non-overlapping sequence parts between bed-files -# merge.R and maxScore.R are needed to be saved in the same directory than this to make it work +# merge.R and maxScore.R are needed to be saved in the same directory as this to make it work # For more information read the wiki or run ./compareBed.sh without parameters # author Jannik Hamp # jannik.hamp@googlemail.com