Skip to content

Commit

Permalink
increasing resources for consensus generation of large genomes, like …
Browse files Browse the repository at this point in the history
…Mpox
  • Loading branch information
DOH-JDJ0303 authored Jun 21, 2024
1 parent bc4af0a commit c45c955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ process {
time = { check_max( 16.h * task.attempt, 'time' ) }
}
withLabel:process_very_high {
cpus = { check_max( 16 * task.attempt, 'cpus' ) }
cpus = { check_max( 64 * task.attempt, 'cpus' ) }
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
time = { check_max( 16.h * task.attempt, 'time' ) }
time = { check_max( 32.h * task.attempt, 'time' ) }
}
withLabel:process_long {
time = { check_max( 20.h * task.attempt, 'time' ) }
Expand Down

0 comments on commit c45c955

Please sign in to comment.