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

dockerImage configurable

parent 68c5a0fa
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ task InputConverter {
Boolean skipFileCheck=false
Boolean checkFileMd5sums=true
Boolean old=false
String dockerImage = "quay.io/biocontainers/biowdl-input-converter:0.1.0--py_0"
}
command <<<
......@@ -42,6 +43,6 @@ task InputConverter {
}
runtime {
docker: "quay.io/biocontainers/biowdl-input-converter:0.1.0--py_0"
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