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

update default images

parent 8845e4f5
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ task Stats {
Int threads = 0
Int timeMinutes = 1 + 2* ceil(size(select_all([inputVcf, compareVcf]), "G")) # TODO: Estimate, 2 minutes per GB, refine later.
String memory = "256M"
String dockerImage = "quay.io/biocontainers/bcftools:1.9--ha228f0b_3"
String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2"
}
command {
......
......@@ -30,7 +30,7 @@ task ChunkedScatter {
String memory = "256M"
Int timeMinutes = 2
String dockerImage = "quay.io/biocontainers/chunked-scatter:0.2.0--py_0"
String dockerImage = "quay.io/biocontainers/chunked-scatter:1.0.0--py_0"
}
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