Skip to content

Commit

Permalink
Add multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Nov 12, 2024
1 parent 8f5482d commit fb1e2fc
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 {
memory = { 4.GB * task.attempt }
time = { 4.h * task.attempt }
cpus = 2
}
}

0 comments on commit fb1e2fc

Please sign in to comment.