Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
legacy
bedtools2
Commits
5cc77064
Commit
5cc77064
authored
Feb 23, 2015
by
Aaron Quinlan
Browse files
Merge pull request #203 from nkindlon/master
Added unit test for closest to check -header option
parents
e2add0f0
4abcc2b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/closest/a.bed
View file @
5cc77064
#Header for file a.bed
chr1 10 20
test/closest/test-closest.sh
View file @
5cc77064
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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