From baf5dda6cf0cc71f7b7dfc29400a6e3c4cb37196 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Fri, 11 Oct 2024 18:27:09 +0200 Subject: [PATCH] Update subworkflows/local/utils_nfcore_bamtofastq_pipeline/main.nf --- subworkflows/local/utils_nfcore_bamtofastq_pipeline/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subworkflows/local/utils_nfcore_bamtofastq_pipeline/main.nf b/subworkflows/local/utils_nfcore_bamtofastq_pipeline/main.nf index d19a15c..431118f 100644 --- a/subworkflows/local/utils_nfcore_bamtofastq_pipeline/main.nf +++ b/subworkflows/local/utils_nfcore_bamtofastq_pipeline/main.nf @@ -105,7 +105,7 @@ workflow PIPELINE_COMPLETION { outdir // path: Path to output directory where results will be published monochrome_logs // boolean: Disable ANSI colour codes in log output hook_url // string: hook URL for notifications - multiqc_report // string: Path to MultiQC report + multiqc_report // string: Path to MultiQC report main: summary_params = paramsSummaryMap(workflow, parameters_schema: "nextflow_schema.json")