Skip to content
Snippets Groups Projects
Commit 4abcc2b0 authored by Neil Kindlon's avatar Neil Kindlon
Browse files

Added unit test for closest to check -header option

parent e5878aaf
No related branches found
No related tags found
No related merge requests found
#Header for file a.bed
chr1 10 20
......@@ -663,6 +663,17 @@ $BT closest -a bug157_a.bed -b bug157_b.bed -D ref -id > obs
check exp obs
rm exp obs
##########################################################
# check -header
###########################################################
echo " closest.t59...\c"
echo \
"#Header for file a.bed
chr1 10 20 chr1 20 21" > exp
$BT closest -a a.bed -b b.bed -header > obs
check exp obs
rm exp obs
cd sortAndNaming
bash test-sort-and-naming.sh
cd ..
......
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