Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <[email protected]>
  • Loading branch information
mirpedrol and mashehu committed Aug 5, 2024
1 parent 74bd318 commit 9182530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nf_core/pipelines/create/custompipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
"""

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9182530

Please sign in to comment.