Skip to content

Commit

Permalink
Fine-tune resources
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed Oct 4, 2024
1 parent f206d0a commit 63a1476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ process {

withName: 'REPEATMODELER_REPEATMODELER' {
ext.prefix = { "${meta.id}.stl_repeatmodeler" }
cpus = { check_max( 24 * task.attempt, 'cpus' ) }
cpus = { check_max( 16 * task.attempt, 'cpus' ) }
memory = { check_max( 128.GB * task.attempt, 'memory' ) }
time = { check_max( 30.h * task.attempt, 'time' ) }
time = { check_max( 32.h * task.attempt, 'time' ) }
}

withName: 'MERGEDMASKS_REPM_STATS' {
Expand Down

0 comments on commit 63a1476

Please sign in to comment.