Skip to content

Commit f27651c

Browse files
committed
fix jinja template formatting for nextflow.config when skipping nf_core_configs
1 parent 7d06a73 commit f27651c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipeline-template/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ params {
5353
{%- if test_config %}
5454
pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/'{% endif %}
5555
trace_report_suffix = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
56+
{%- if nf_core_configs %}
5657

57-
{%- if nf_core_configs -%}
5858
// Config options
5959
config_profile_name = null
6060
config_profile_description = null

0 commit comments

Comments
 (0)