Skip to content

Commit

Permalink
Update hasta.config
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Jun 12, 2024
1 parent 93edaca commit aa3401a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/pipeline/taxprofiler/hasta.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ params {

process {

withName:'FASTP' {
memory = { check_max( 8.GB * task.attempt, 'memory' ) }
time = { check_max( 16.h * task.attempt, 'time' ) }
cpus = 6
}

withName:'BBMAP_BBDUK' {
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
}
Expand Down

0 comments on commit aa3401a

Please sign in to comment.