Skip to content

Commit fc5a933

Browse files
authored
Merge pull request #3836 from mirpedrol/jinja-nextflow-config
fix jinja template formatting
2 parents 7d06a73 + 656637e commit fc5a933

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Template
66

7-
- Fix devcontainer configuration for pipeline template [3835](https://github.com/nf-core/tools/pull/3835)
7+
- Fix devcontainer configuration for pipeline template ([#3835](https://github.com/nf-core/tools/pull/3835))
8+
- Fix Jinja2 template formatting in nextflow.config ([#3836](https://github.com/nf-core/tools/pull/3836))
89

910
## [v3.4.0 - Ducol Dingo](https://github.com/nf-core/tools/releases/tag/3.4.0) - [2025-10-10]
1011

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)