Skip to content
Snippets Groups Projects
Commit c5fa00bb authored by Aaron's avatar Aaron
Browse files

[TST] fix jaccard test for stdin

parent 33b93339
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ echo " jaccard.t05...\c"
echo \
"intersection union jaccard
10 140 0.0714286" > exp
cat a.bed | $BT jaccard -a a.bed -b b.bed > obs
cat a.bed | $BT jaccard -a - -b b.bed > 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