Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
legacy
bedtools2
Commits
4abcc2b0
Commit
4abcc2b0
authored
Feb 23, 2015
by
Neil Kindlon
Browse files
Added unit test for closest to check -header option
parent
e5878aaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/closest/a.bed
View file @
4abcc2b0
#Header for file a.bed
chr1 10 20
test/closest/test-closest.sh
View file @
4abcc2b0
...
...
@@ -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
..
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment