Skip to content
Snippets Groups Projects
Commit 7ca9cdc3 authored by Cats's avatar Cats
Browse files

increase memory of umitools dedup

parent 75903be3
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,8 @@ task Dedup {
String statsPrefix = "stats"
Boolean paired = true
String memory = "10G"
# 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"
}
......@@ -101,6 +103,7 @@ task Dedup {
runtime {
docker: dockerImage
memory: memory
}
parameter_meta {
......
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