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
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ task Stats { ...@@ -86,7 +86,7 @@ task Stats {
Int threads = 0 Int threads = 0
Int timeMinutes = 1 + 2* ceil(size(select_all([inputVcf, compareVcf]), "G")) # TODO: Estimate, 2 minutes per GB, refine later. 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" 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