From 7a7cf608cb7e39d724ef0febeabc5e94522f6a15 Mon Sep 17 00:00:00 2001 From: skchronicles Date: Wed, 31 Jan 2024 16:27:06 -0500 Subject: [PATCH] Chore: updating walltime allocation for MEME --- config/cluster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cluster.json b/config/cluster.json index a04439a..2442270 100644 --- a/config/cluster.json +++ b/config/cluster.json @@ -96,7 +96,7 @@ "MEME": { "threads": "2", "mem": "32g", - "time": "1-00:00:00", + "time": "3-00:00:00", "ntasks": "--ntasks=28", "ntasks_per_core": "--ntasks-per-core=1", "exclusive": "--exclusive"