Skip to content
Snippets Groups Projects
Commit c1823f37 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

stringtie to dockerImage

parent b074d573
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ task Stringtie {
Int threads = 1
Int memory = 10
String dockerTag = "1.3.4--py35_0"
String dockerImage = "quay.io/biocontainers/stringtie:1.3.4--py35_0"
}
command {
......@@ -39,7 +39,7 @@ task Stringtie {
runtime {
cpu: threads
memory: memory
docker: "quay.io/biocontainers/stringtie:" + dockerTag
docker: dockerImage
}
}
......@@ -57,7 +57,7 @@ task Merge {
String? label
Int memory = 10
String dockerTag = "1.3.4--py35_0"
String dockerImage = "quay.io/biocontainers/stringtie:1.3.4--py35_0"
}
command {
......@@ -82,6 +82,6 @@ task Merge {
runtime {
memory: memory
docker: "quay.io/biocontainers/stringtie:" + dockerTag
docker: dockerImage
}
}
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