Skip to content
Snippets Groups Projects
Commit b22d89e6 authored by Brent Pedersen's avatar Brent Pedersen
Browse files

make sure it doesn't accumulate

parent ecb4afaa
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment