Skip to content
Snippets Groups Projects
Commit f8f2b9e4 authored by cedrick's avatar cedrick
Browse files

update default dockerimage

parent 2a151b50
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ task Dedup {
String memory = "25G"
Int timeMinutes = 30 + ceil(size(inputBam, "G") * 30)
# Use a multi-package-container which includes umi_tools (0.5.5) and samtools (1.9).
String dockerImage = "quay.io/biocontainers/mulled-v2-509311a44630c01d9cb7d2ac5727725f51ea43af:6089936aca6219b5bb5f54210ac5eb456c7503f2-0"
String dockerImage = "quay.io/biocontainers/umi_tools:1.1.1--py38h0213d0e_1"
}
String outputBamIndex = sub(outputBamPath, "\.bam$", ".bai")
......
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