From b22d89e647da3fc38b8963f1f04cf636aaaf3564 Mon Sep 17 00:00:00 2001 From: Brent Pedersen <bpederse@gmail.com> Date: Thu, 24 Jul 2014 11:00:27 -0600 Subject: [PATCH] make sure it doesn't accumulate --- test/slop/test-slop.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/slop/test-slop.sh b/test/slop/test-slop.sh index 2de0a110..4314c973 100644 --- a/test/slop/test-slop.sh +++ b/test/slop/test-slop.sh @@ -169,7 +169,8 @@ rm obs exp echo " slop.t15...\c" echo \ -"chr1 159 171" > exp -echo -e "chr1\t160\t170"| $BT slop -b 0.1 -pct -i - -g ../../genomes/human.hg19.genome > obs +"chr1 159 171 +chr1 90 210" > exp +echo -e "chr1\t160\t170\nchr1\t100\t200"| $BT slop -b 0.1 -pct -i - -g ../../genomes/human.hg19.genome > obs check obs exp rm obs exp -- GitLab