Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
biowdl
tasks
Commits
e69e3a9d
Commit
e69e3a9d
authored
5 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
use wisestork with proper biocontainers
parent
9a4b3de0
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
wisestork.wdl
+12
-12
12 additions, 12 deletions
wisestork.wdl
with
12 additions
and
12 deletions
wise
guy
.wdl
→
wise
stork
.wdl
+
12
−
12
View file @
e69e3a9d
...
...
@@ -29,12 +29,13 @@ task Count {
File inputBam
File inputBamIndex
String outputBed = "output.bed"
String dockerImage = "quay.io/biocontainers/wisestork:0.1.2--pyh24bf2e0_0"
}
command {
set -e
mkdir -p $(dirname ~{outputBed})
wise
guy
count \
wise
stork
count \
~{"--binsize " + binSize} \
--reference ~{reference} \
~{"--bin-file " + binFile} \
...
...
@@ -47,8 +48,7 @@ task Count {
}
runtime {
# FIXME: Not reproducible. But wiseguy does not have a fix release yet.
docker: "biowdl/wiseguy:latest"
docker: dockerImage
}
}
...
...
@@ -63,12 +63,13 @@ task GcCorrect {
Float? fracN
Int? iter
Float? fracLowess
String dockerImage = "quay.io/biocontainers/wisestork:0.1.2--pyh24bf2e0_0"
}
command {
set -e
mkdir -p $(dirname ~{outputBed})
wise
guy
gc-correct \
wise
stork
gc-correct \
~{"--binsize " + binSize} \
--reference ~{reference} \
~{"--bin-file " + binFile} \
...
...
@@ -84,8 +85,7 @@ task GcCorrect {
}
runtime {
# FIXME: Not reproducible. But wiseguy does not have a fix release yet.
docker: "biowdl/wiseguy:latest"
docker: dockerImage
}
}
...
...
@@ -98,12 +98,13 @@ task Newref {
Array[File]+ inputBeds
String outputBed = "output.bed"
Int? nBins
String dockerImage = "quay.io/biocontainers/wisestork:0.1.2--pyh24bf2e0_0"
}
command {
set -e
mkdir -p $(dirname ~{outputBed})
wise
guy
newref \
wise
stork
newref \
~{"--binsize " + binSize} \
--reference ~{reference} \
~{"--bin-file " + binFile} \
...
...
@@ -117,8 +118,7 @@ task Newref {
}
runtime {
# FIXME: Not reproducible. But wiseguy does not have a fix release yet.
docker: "biowdl/wiseguy:latest"
docker: dockerImage
}
}
...
...
@@ -133,12 +133,13 @@ task Zscore {
File dictionaryFile
File dictionaryFileIndex
String outputBed = "output.bed"
String dockerImage = "quay.io/biocontainers/wisestork:0.1.2--pyh24bf2e0_0"
}
command {
set -e
mkdir -p $(dirname ~{outputBed})
wise
guy
zscore \
wise
stork
zscore \
~{"--binsize " + binSize} \
--reference ~{reference} \
~{"--bin-file " + binFile} \
...
...
@@ -152,8 +153,7 @@ task Zscore {
}
runtime {
# FIXME: Not reproducible. But wiseguy does not have a fix release yet.
docker: "biowdl/wiseguy:latest"
docker: dockerImage
}
}
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