Skip to content

Commit

Permalink
Reduce the memory needed to make CAGs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minot committed Aug 5, 2020
1 parent f5368eb commit 863528e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/make_cags.nf
Expand Up @@ -9,7 +9,7 @@ params.linkage_type = "average"
process makeInitialCAGs {
tag "Group gene subsets by co-abundance"
container "${container__find_cags}"
label "mem_veryhigh"
label "mem_medium"
errorStrategy 'retry'

input:
Expand Down Expand Up @@ -197,7 +197,7 @@ logging.info("Done")
process refineCAGs {
tag "Group all genes by co-abundance"
container "${container__find_cags}"
label "mem_veryhigh"
label "mem_medium"
errorStrategy 'retry'

input:
Expand Down

0 comments on commit 863528e

Please sign in to comment.