From 2f8347980acaf35325f285f70ba53000fd0c2a13 Mon Sep 17 00:00:00 2001 From: Igor Trujnara Date: Fri, 15 Nov 2024 10:52:50 +0100 Subject: [PATCH] Make linter happy --- modules/local/make_report.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/make_report.nf b/modules/local/make_report.nf index 793313f..c3ee5e0 100644 --- a/modules/local/make_report.nf +++ b/modules/local/make_report.nf @@ -15,7 +15,7 @@ process MAKE_REPORT { task.ext.when == null || task.ext.when script: - // Exit if running this module with -profile conda / -profile mamba + // Exit if running this module with -profile conda / -profile mamba if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) { error("Local MAKE_REPORT module does not support Conda. Please use Docker / Singularity / Podman instead.") }