Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bedtools2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
legacy
bedtools2
Commits
c1fb7ab9
Commit
c1fb7ab9
authored
11 years ago
by
Charles Plessy
Browse files
Options
Downloads
Patches
Plain Diff
Call bedtools via the BT variable, allowing to override the location.
parent
6fbc3c26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/map/test-map.sh
+7
-7
7 additions, 7 deletions
test/map/test-map.sh
with
7 additions
and
7 deletions
test/map/test-map.sh
+
7
−
7
View file @
c1fb7ab9
...
@@ -694,7 +694,7 @@ echo \
...
@@ -694,7 +694,7 @@ echo \
"
"
*****
*****
***** ERROR: There are 1 columns given, but there are 2 operations."
>
exp
***** ERROR: There are 1 columns given, but there are 2 operations."
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values.bed
-o
count,sum 2>&1
>
/dev/null |
head
-3
>
obs
$BT
map
-a
ivls.bed
-b
values.bed
-o
count,sum 2>&1
>
/dev/null |
head
-3
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
...
@@ -708,7 +708,7 @@ echo \
...
@@ -708,7 +708,7 @@ echo \
"
"
*****
*****
***** ERROR: There are 3 columns given, but there are 2 operations."
>
exp
***** ERROR: There are 3 columns given, but there are 2 operations."
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values.bed
-c
5,1,2
-o
count,sum 2>&1
>
/dev/null |
head
-3
>
obs
$BT
map
-a
ivls.bed
-b
values.bed
-c
5,1,2
-o
count,sum 2>&1
>
/dev/null |
head
-3
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
...
@@ -721,7 +721,7 @@ echo \
...
@@ -721,7 +721,7 @@ echo \
"
"
*****
*****
***** ERROR: Column 1 is not a numeric field for database file values.bed."
>
exp
***** ERROR: Column 1 is not a numeric field for database file values.bed."
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values.bed
-c
1
-o
sum
2>&1
>
/dev/null |
head
-3
>
obs
$BT
map
-a
ivls.bed
-b
values.bed
-c
1
-o
sum
2>&1
>
/dev/null |
head
-3
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
...
@@ -738,7 +738,7 @@ chr2 0 100 . .
...
@@ -738,7 +738,7 @@ chr2 0 100 . .
chr2 100 200 . .
chr2 100 200 . .
chr3 0 100 6 7
chr3 0 100 6 7
chr3 100 200 8 23"
>
exp
chr3 100 200 8 23"
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values4.bed
-c
5,7
-o
sum
>
obs
$BT
map
-a
ivls.bed
-b
values4.bed
-c
5,7
-o
sum
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
...
@@ -755,7 +755,7 @@ chr2 0 100 . . .
...
@@ -755,7 +755,7 @@ chr2 0 100 . . .
chr2 100 200 . . .
chr2 100 200 . . .
chr3 0 100 10 6 7
chr3 0 100 10 6 7
chr3 100 200 120 8 23"
>
exp
chr3 100 200 120 8 23"
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values4.bed
-c
2,5,7
-o
mean,sum,sum
>
obs
$BT
map
-a
ivls.bed
-b
values4.bed
-c
2,5,7
-o
mean,sum,sum
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
...
@@ -771,7 +771,7 @@ chr2 0 100 .
...
@@ -771,7 +771,7 @@ chr2 0 100 .
chr2 100 200 .
chr2 100 200 .
chr3 0 100 76.2222
chr3 0 100 76.2222
chr3 100 200 0.25"
>
exp
chr3 100 200 0.25"
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values4.bed
-c
7
-o
stddev
>
obs
$BT
map
-a
ivls.bed
-b
values4.bed
-c
7
-o
stddev
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
...
@@ -786,7 +786,7 @@ chr2 0 100 .
...
@@ -786,7 +786,7 @@ chr2 0 100 .
chr2 100 200 .
chr2 100 200 .
chr3 0 100 114.333
chr3 0 100 114.333
chr3 100 200 0.5"
>
exp
chr3 100 200 0.5"
>
exp
../../bin/bedtools
map
-a
ivls.bed
-b
values4.bed
-c
7
-o
sample_stddev
>
obs
$BT
map
-a
ivls.bed
-b
values4.bed
-c
7
-o
sample_stddev
>
obs
check obs exp
check obs exp
rm
obs exp
rm
obs exp
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment