From e793adf32cd475d397240cf8096a131c12a75afb Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Tue, 20 Sep 2022 10:24:56 +0200 Subject: [PATCH] fix template spacing --- CHANGELOG.md | 1 + nf_core/pipeline-template/main.nf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a9588ce5..c8bbc8ed94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Bioconda incompatible conda channel setups now result in more informative error messages ([#1812](https://github.com/nf-core/tools/pull/1812)) - Update MultiQC module, update supplying MultiQC default and custom config and logo files to module - Add a 'recommend' methods description text to MultiQC to help pipeline users report pipeline usage in publications ([#1749](https://github.com/nf-core/tools/pull/1749)) +- Fix template spacing modified by JINJA ([#1830](https://github.com/nf-core/tools/pull/1830)) ### Linting diff --git a/nf_core/pipeline-template/main.nf b/nf_core/pipeline-template/main.nf index 539bcf2bf8..74dddd590d 100644 --- a/nf_core/pipeline-template/main.nf +++ b/nf_core/pipeline-template/main.nf @@ -4,7 +4,7 @@ {{ name }} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Github : https://github.com/{{ name }} -{% if branded -%} +{% if branded %} Website: https://nf-co.re/{{ short_name }} Slack : https://nfcore.slack.com/channels/{{ short_name }} {% endif -%}