From 2bb166bc1e7ef3fa23cacf457ee5324d01f6600a Mon Sep 17 00:00:00 2001 From: Colin Brislawn Date: Fri, 25 Aug 2023 16:33:23 -0400 Subject: [PATCH] lower resources 150gb and 24h --- workflow/Snakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/Snakefile b/workflow/Snakefile index 1df2744..962cc11 100644 --- a/workflow/Snakefile +++ b/workflow/Snakefile @@ -97,8 +97,8 @@ rule train: envmodules: Q2MOD benchmark: "logs/train_{ver}_{id}_{type}{date}-Q2-{q2v}.tsv" resources: - mem_mb=300*1000, # slurm wants plenty of memory - runtime="90h" # hopefully not + mem_mb=150*1000, # slurm wants plenty of memory + runtime="24h" # hopefully not shell: "qiime feature-classifier fit-classifier-naive-bayes \ --p-classify--chunk-size 10000 \ --i-reference-reads {input.ref} \