From b5aa5555c03c9cdccbb77f64b8547537aeb1971e Mon Sep 17 00:00:00 2001 From: skchronicles Date: Wed, 25 Sep 2024 17:17:12 -0400 Subject: [PATCH] Adding resource allocations for sage --- config/cluster/slurm.json | 5 +++++ config/cluster/uge.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/cluster/slurm.json b/config/cluster/slurm.json index c9d7ad8..ba6422d 100644 --- a/config/cluster/slurm.json +++ b/config/cluster/slurm.json @@ -285,6 +285,11 @@ "time" : "48:00:00", "threads": "8" }, + "hmftools_sage": { + "mem": "48G", + "time" : "1-00:00:00", + "threads": "24" + }, "somatic_purple_maf": { "threads": "4", "mem": "32G", diff --git a/config/cluster/uge.json b/config/cluster/uge.json index 8b126de..71ef0b9 100644 --- a/config/cluster/uge.json +++ b/config/cluster/uge.json @@ -276,6 +276,11 @@ "partition": "", "threads": "8" }, + "hmftools_sage": { + "mem": "3G", + "partition": "", + "threads": "12" + }, "inbreeding": { "mem": "4G", "partition": "",