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

increase default memory

parent 57ac6f2c
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,8 @@ task VcfEval { ...@@ -75,8 +75,8 @@ task VcfEval {
Boolean squashPloidy = false Boolean squashPloidy = false
String outputMode = "split" String outputMode = "split"
Int threads = 1 # tool default is number of cores in the system 😱 Int threads = 1 # tool default is number of cores in the system 😱
String rtgMem = "4G" String rtgMem = "8G"
String memory = "8G" String memory = "16G"
String dockerImage = "quay.io/biocontainers/rtg-tools:3.10.1--0" String dockerImage = "quay.io/biocontainers/rtg-tools:3.10.1--0"
} }
......
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