Skip to content

Commit

Permalink
Merge pull request #794 from nf-core/multiqc_taxprofiler
Browse files Browse the repository at this point in the history
Add multiqc to config
  • Loading branch information
sofstam authored Nov 12, 2024
2 parents 8f5482d + 69c3c20 commit 412d384
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 @@ -36,4 +36,10 @@ process {
memory = { 36.GB * task.attempt }
time = { 8.h * task.attempt }
}

withName: MULTIQC {
cpus = 2
memory = { 4.GB * task.attempt }
time = { 4.h * task.attempt }
}
}

0 comments on commit 412d384

Please sign in to comment.