Skip to content

Commit

Permalink
Merge pull request #615 from LilyAnderssonLee/taxprofiler_config
Browse files Browse the repository at this point in the history
Increase resources for KAIJU_KAIJU2TABLE
  • Loading branch information
LilyAnderssonLee authored Jan 19, 2024
2 parents 07d20fe + 54bb949 commit e8e642a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf/pipeline/taxprofiler/hasta.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process {
withName: 'MALT_RUN' {
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
}

withName: 'MEGAN_RMA2INFO_TSV' {
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
}
Expand All @@ -24,4 +24,10 @@ process {
memory = { check_max( 72.GB * task.attempt, 'memory' ) }
time = { check_max( 72.h * task.attempt, 'time' ) }
}

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

0 comments on commit e8e642a

Please sign in to comment.