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
0eee972f
Commit
0eee972f
authored
5 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
dockerImage for gffread and CPAT
parent
abe26c61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CPAT.wdl
+2
-2
2 additions, 2 deletions
CPAT.wdl
gffread.wdl
+2
-2
2 additions, 2 deletions
gffread.wdl
with
4 additions
and
4 deletions
CPAT.wdl
+
2
−
2
View file @
0eee972f
...
...
@@ -11,7 +11,7 @@ task CPAT {
# CPAT should not index the reference genome.
Array[String]? startCodons
Array[String]? stopCodons
String docker
T
ag = "v1.2.4_cv1"
String docker
Im
ag
e
= "
biocontainers/cpat:
v1.2.4_cv1"
}
# Some WDL magic in the command section to properly output the start and stopcodons to the command.
...
...
@@ -34,7 +34,7 @@ task CPAT {
}
runtime {
docker:
"biocontainers/cpat:" +
docker
T
ag
docker: docker
Im
ag
e
}
}
...
...
This diff is collapsed.
Click to expand it.
gffread.wdl
+
2
−
2
View file @
0eee972f
...
...
@@ -10,7 +10,7 @@ task GffRead {
String? proteinFastaPath
String? filteredGffPath
Boolean outputGtfFormat = false
String docker
T
ag = "0.9.12--0"
String docker
Im
ag
e
= "
quay.io/biocontainers/gffread:
0.9.12--0"
}
# The mkdirs below are hackish. It should be
...
...
@@ -41,6 +41,6 @@ task GffRead {
}
runtime {
docker:
"quay.io/biocontainers/gffread:" +
docker
T
ag
docker: docker
Im
ag
e
}
}
\ No newline at end of file
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