Skip to content
Snippets Groups Projects
Commit 69fda88a authored by nkindlon's avatar nkindlon
Browse files

New unit test for -split -wo

parent 300e9249
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,16 @@ $BT intersect -a a.bed -b b.bed -wo -s > obs
check obs exp
rm obs exp
###########################################################
# Test with -wo (write overlap) with -split
############################################################
echo " intersect.t11.5...\c"
echo "chr1 0 50 three_blocks_match 0 + 0 0 0 3 10,10,10, 0,20,40, chr1 5 15 5" > exp
$BT intersect -a three_blocks_match.bed -b d.bed -split -wo > obs
check obs exp
rm obs exp
###########################################################
# Test with -wao (write all overlap) with -s
############################################################
......
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