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
edfcd38d
Commit
edfcd38d
authored
6 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
change docker tags
parent
3f682360
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!89
allow for additional annotations to be added into mergecounts output
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mergecounts.wdl
+1
-1
1 addition, 1 deletion
mergecounts.wdl
stringtie.wdl
+2
-2
2 additions, 2 deletions
stringtie.wdl
with
3 additions
and
3 deletions
mergecounts.wdl
+
1
−
1
View file @
edfcd38d
...
...
@@ -68,6 +68,6 @@ task MergeCounts {
runtime {
memory: 4 + (2*length(inputFiles))
docker: "biowdl/mergecounts:
latest
"
docker: "biowdl/mergecounts:
1.0
"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
stringtie.wdl
+
2
−
2
View file @
edfcd38d
...
...
@@ -14,7 +14,7 @@ task Stringtie {
Boolean? secondStranded
String? geneAbundanceFile
String dockerTag = "1.3.
4
--py3
5_0
"
String dockerTag = "1.3.
3
--py3
6_3
"
}
command {
...
...
@@ -59,7 +59,7 @@ task Merge {
Boolean keepMergedTranscriptsWithRetainedIntrons = false
String? label
String dockerTag = "1.3.
4
--py3
5_0
"
String dockerTag = "1.3.
3
--py3
6_3
"
}
command {
...
...
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