From e58bee0427ec0e67723aacf1cbc2cc464be2e090 Mon Sep 17 00:00:00 2001 From: Florian De Temmerman Date: Fri, 13 Dec 2024 15:47:03 +0100 Subject: [PATCH] Add `process_long` labels to AMPLICON and COLLAPSE --- CHANGELOG.md | 1 + modules/local/pixelator/single-cell/amplicon/main.nf | 1 + modules/local/pixelator/single-cell/collapse/main.nf | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04018b4..66b22cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [[PR #116](https://github.com/nf-core/pixelator/pull/116)] - Bump version to 1.4 - [[PR #117](https://github.com/nf-core/pixelator/pull/117)] - Template update for nf-core/tools v3.1.0 - [[PR #118](https://github.com/nf-core/pixelator/pull/118)] - Update metromap, bump conda versions +- [[PR #119](https://github.com/nf-core/pixelator/pull/119)] - Add process_long to AMPLICON and COLLAPSE steps ### Parameters diff --git a/modules/local/pixelator/single-cell/amplicon/main.nf b/modules/local/pixelator/single-cell/amplicon/main.nf index 533db43..b9c6bda 100644 --- a/modules/local/pixelator/single-cell/amplicon/main.nf +++ b/modules/local/pixelator/single-cell/amplicon/main.nf @@ -1,6 +1,7 @@ process PIXELATOR_AMPLICON { tag "$meta.id" label 'process_low' + label 'process_long' conda "bioconda::pixelator=0.19.0" diff --git a/modules/local/pixelator/single-cell/collapse/main.nf b/modules/local/pixelator/single-cell/collapse/main.nf index ef4fcef..ce50ecb 100644 --- a/modules/local/pixelator/single-cell/collapse/main.nf +++ b/modules/local/pixelator/single-cell/collapse/main.nf @@ -1,6 +1,7 @@ process PIXELATOR_COLLAPSE { tag "$meta.id" label 'process_medium' + label 'process_long' conda "bioconda::pixelator=0.19.0" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?