File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
nf_core/pipeline-template Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments