Skip to content

Commit

Permalink
Merge pull request nf-core#686 from nf-core/hasta_taxprofiler
Browse files Browse the repository at this point in the history
Update hasta.config
  • Loading branch information
sofstam authored May 17, 2024
2 parents c964e85 + c62bdf6 commit a559713
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 @@ -11,6 +11,12 @@ process {
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
}

withName:'KRAKEN2_KRAKEN2' {
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
time = { check_max( 24.h * task.attempt, 'time' ) }
cpus = 12
}

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

0 comments on commit a559713

Please sign in to comment.