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

add dockerImage

parent c2412151
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ task VarDict {
Int threads = 1
Int memory = 16
Float memoryMultiplier = 2.5
String dockerTag = "1.5.8--1"
String dockerImage = "quay.io/biocontainers/vardict-java:1.5.8--1"
File? doNotDefineThis #FIXME
}
......@@ -57,6 +57,6 @@ task VarDict {
runtime {
cpu: threads + 2
memory: ceil(memory * memoryMultiplier)
docker: "quay.io/biocontainers/vardict-java:" + 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