From 34445af2d8e9b1d4dce5fac205488340ec4398ee Mon Sep 17 00:00:00 2001 From: skchronicles Date: Wed, 14 Feb 2024 16:21:40 -0500 Subject: [PATCH] Bumping down DV postprocess variants allocations --- config/cluster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cluster.json b/config/cluster.json index 59a70ae..e5ce928 100644 --- a/config/cluster.json +++ b/config/cluster.json @@ -92,8 +92,8 @@ "time": "1-00:00:00" }, "deepvariant_postprocess_variants": { - "threads": "32", - "mem": "64G", + "threads": "4", + "mem": "32G", "time": "1-00:00:00" }, "fastp": {