From 035ac0ca06a5dba7f8b5cc7560729293c73f5de8 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 16 May 2024 13:05:55 +0200 Subject: [PATCH] Missing changelog, put logo back in MQC report --- CHANGELOG.md | 2 ++ workflows/taxprofiler.nf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1435a66..ae312e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### `Added` +- [#487](https://github.com/nf-core/taxprofiler/pull/487) Updated to nf-core pipeline template v2.14.1 (added by jfy133) + ### `Fixed` ### `Dependencies` diff --git a/workflows/taxprofiler.nf b/workflows/taxprofiler.nf index 6c6e8f5c..fdb4266c 100644 --- a/workflows/taxprofiler.nf +++ b/workflows/taxprofiler.nf @@ -333,7 +333,7 @@ workflow TAXPROFILER { Channel.empty() ch_multiqc_logo = params.multiqc_logo ? Channel.fromPath(params.multiqc_logo, checkIfExists: true) : - Channel.empty() + Channel.fromPath("${workflow.projectDir}/docs/images/nf-core-taxprofiler_logo_custom_light.png", checkIfExists: true) summary_params = paramsSummaryMap( workflow, parameters_schema: "nextflow_schema.json")