From 9182530d2a4356fa2924798b5aa2025fed793dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Mir=20Pedrol?= Date: Mon, 5 Aug 2024 16:13:37 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matthias Hörtenhuber --- nf_core/pipelines/create/custompipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nf_core/pipelines/create/custompipeline.py b/nf_core/pipelines/create/custompipeline.py index 1dd6134848..d5bcf04bc7 100644 --- a/nf_core/pipelines/create/custompipeline.py +++ b/nf_core/pipelines/create/custompipeline.py @@ -54,7 +54,7 @@ markdown_citations = """ If adding citations, the pipeline template will contain a `CITATIONS.md` file to add the citations of all tools used in the pipeline. -Additionally, it will include a YAML file (`assets/methods_description_template.yml`) to describe a Materials & Methods section describing the tools used in the pieline, +Additionally, it will include a YAML file (`assets/methods_description_template.yml`) to add a Materials & Methods section describing the tools used in the pieline, and the logics to add this section to the output MultiQC report (if the report is generated). """ @@ -106,7 +106,7 @@ def compose(self) -> ComposeResult: PipelineFeature( markdown_citations, "Include citations", - "Include a CITATIONS.md file to add pipeline tools citations.", + "Include pipeline tools citations in CITATIONS.md and a method description in the MultiQC report (if enabled).", "citations", ), classes="features-container",