Skip to content

Commit

Permalink
Increase memory for kraken2
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Nov 17, 2024
1 parent e915303 commit 8093d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pipeline/taxprofiler/hasta.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ process {
}

withName: KRAKEN2_KRAKEN2 {
memory = { 72.GB * task.attempt }
memory = { 96.GB * task.attempt }
time = { 24.h * task.attempt }
cpus = 12
}
Expand Down

0 comments on commit 8093d03

Please sign in to comment.