From 9f608d89afe35974bb75af20651ec6d5d2a12e38 Mon Sep 17 00:00:00 2001 From: ticlla <monicaroxana.ticllaccenhua@unibas.ch> Date: Mon, 27 Jan 2020 13:34:07 +0100 Subject: [PATCH] modify slurm configuration to run humann2 --- slurm_cluster.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slurm_cluster.json b/slurm_cluster.json index dfd3be2..067213f 100644 --- a/slurm_cluster.json +++ b/slurm_cluster.json @@ -69,10 +69,10 @@ "qos":"6hours" }, "HUMAnN2_prof_norm":{ - "time":"359", + "time":"23:59:00", "cpus_per_task":20, - "mem":32000, - "qos":"6hours" + "mem":64000, + "qos":"1day" }, "humann2_merging":{ "nodes":1, -- GitLab