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

use less memory on bcftools stats.

parent 09772e61
Branches BIOWDL-450
No related tags found
No related merge requests found
......@@ -86,7 +86,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 = "2G" # TODO: Safe estimate, refine later.
String memory = "256M"
String dockerImage = "quay.io/biocontainers/bcftools:1.9--ha228f0b_3"
}
......
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