Skip to content

Commit

Permalink
increase default memory for POPULATE_TEMPLATE
Browse files Browse the repository at this point in the history
With 50MB I was having it fail and re-try
  • Loading branch information
tkchafin authored Oct 9, 2024
1 parent 07cfc1c commit 93e3c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ process {
}

withName: POPULATE_TEMPLATE {
memory = { check_max( 100.MB * task.attempt, 'memory' ) }
publishDir = [
path: { "${params.outdir}/genome_note" },
mode: params.publish_dir_mode,
Expand Down

0 comments on commit 93e3c33

Please sign in to comment.