Skip to content
Snippets Groups Projects
Commit edfcd38d authored by Cats's avatar Cats
Browse files

change docker tags

parent 3f682360
No related branches found
No related tags found
1 merge request!89allow for additional annotations to be added into mergecounts output
......@@ -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
......@@ -14,7 +14,7 @@ task Stringtie {
Boolean? secondStranded
String? geneAbundanceFile
String dockerTag = "1.3.4--py35_0"
String dockerTag = "1.3.3--py36_3"
}
command {
......@@ -59,7 +59,7 @@ task Merge {
Boolean keepMergedTranscriptsWithRetainedIntrons = false
String? label
String dockerTag = "1.3.4--py35_0"
String dockerTag = "1.3.3--py36_3"
}
command {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment