Skip to content

Commit

Permalink
lower resources 150gb and 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbrislawn committed Aug 25, 2023
1 parent f4194ef commit 2bb166b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 2bb166b

Please sign in to comment.