Skip to content

Commit

Permalink
Adjust process labels
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Oct 30, 2024
1 parent df86c4b commit 9caa5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/orange/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process ORANGE {
tag "${meta.id}"
label 'process_low'
label 'process_single'

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down
2 changes: 1 addition & 1 deletion modules/local/sage/append/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process SAGE_APPEND {
tag "${meta.id}"
label 'process_high'
label 'process_medium'

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

0 comments on commit 9caa5b0

Please sign in to comment.