Skip to content

Commit

Permalink
fix: Set a cpus limit
Browse files Browse the repository at this point in the history
Now that we can set a diminishing return cap on this
  • Loading branch information
edmundmiller committed Dec 6, 2024
1 parent 4c2d06a commit d2f0b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nf-core/trimgalore/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process TRIMGALORE {
tag "${meta.id}"
label 'process_high'
resourceLimits [cpus: 15]

conda "${moduleDir}/environment.yml"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
Expand Down

0 comments on commit d2f0b81

Please sign in to comment.