Skip to content

Commit

Permalink
Update conf/base.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucpen authored Sep 23, 2024
1 parent f3d2d0c commit 28e537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ process {
errorStrategy = 'retry'
maxRetries = 2
}
if (params.skip_export_counts_drop) {
if (!params.skip_export_counts_drop) {
withLabel:process_drop {
cpus = { check_max( 36 * task.attempt, 'cpus' ) }
memory = { check_max( 144.GB , 'memory' ) }
Expand Down

0 comments on commit 28e537f

Please sign in to comment.