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

use newer more experimental image

parent 424178d6
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ task Kit {
Int threads = 4
String memoryGb = 1 + ceil(size(bwaIndex.indexFiles, "G"))
Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 220 / threads)
String dockerImage = "biocontainers/bwakit:v0.7.15_cv1"
String dockerImage = "biowdl/bwakit:0.7.17-dev-experimental"
}
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