From 9caa5b01e1418d475ace8429bc3b4430baa872dd Mon Sep 17 00:00:00 2001 From: Stephen Watts Date: Wed, 30 Oct 2024 11:18:06 +1100 Subject: [PATCH] Adjust process labels --- modules/local/orange/main.nf | 2 +- modules/local/sage/append/main.nf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/local/orange/main.nf b/modules/local/orange/main.nf index 6206ce43..87d09354 100644 --- a/modules/local/orange/main.nf +++ b/modules/local/orange/main.nf @@ -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 ? diff --git a/modules/local/sage/append/main.nf b/modules/local/sage/append/main.nf index 2d71ca7f..f3a37a8c 100644 --- a/modules/local/sage/append/main.nf +++ b/modules/local/sage/append/main.nf @@ -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 ?