From 568b1286370674cb11c72d47ce9b6c7aeba8d632 Mon Sep 17 00:00:00 2001 From: skchronicles Date: Tue, 6 Feb 2024 14:42:38 -0500 Subject: [PATCH] Chore: Setting GRES for fastqc rules. --- config/cluster.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/cluster.json b/config/cluster.json index 046ffbb..c1b5f19 100644 --- a/config/cluster.json +++ b/config/cluster.json @@ -91,12 +91,14 @@ "fastqc_bam": { "threads": "8", "mem": "32G", - "time": "12:00:00" + "time": "12:00:00", + "gres": "lscratch:64" }, "fastqc_raw": { "threads": "8", "mem": "32G", - "time": "12:00:00" + "time": "12:00:00", + "gres": "lscratch:64" }, "fc_lane": { "threads": "4",