From 7c6c51d2ecfde9474784c89407bfaff4f38f9b2d Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Fri, 28 Apr 2023 14:24:10 +0200 Subject: [PATCH] fix template new lines --- nf_core/pipeline-template/lib/WorkflowPipeline.groovy | 2 +- nf_core/pipeline-template/main.nf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nf_core/pipeline-template/lib/WorkflowPipeline.groovy b/nf_core/pipeline-template/lib/WorkflowPipeline.groovy index 600a655439..6e577a669c 100755 --- a/nf_core/pipeline-template/lib/WorkflowPipeline.groovy +++ b/nf_core/pipeline-template/lib/WorkflowPipeline.groovy @@ -63,8 +63,8 @@ class Workflow{{ short_name[0]|upper }}{{ short_name[1:] }} { return description_html } + {%- if igenomes %} - {%- if igenomes -%} // // Exit pipeline if incorrect --genome key provided // diff --git a/nf_core/pipeline-template/main.nf b/nf_core/pipeline-template/main.nf index 74dddd590d..52d8b1bb38 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 -%}