From 75d8ada2f2d264ce57b6563f1417e59e89cde08f Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Wed, 17 Jan 2024 11:32:57 +0100 Subject: [PATCH 1/2] Fix tyop in pipeline template nextflow.config --- nf_core/pipeline-template/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/nextflow.config b/nf_core/pipeline-template/nextflow.config index b0d053c262..3153ff70d6 100644 --- a/nf_core/pipeline-template/nextflow.config +++ b/nf_core/pipeline-template/nextflow.config @@ -78,7 +78,7 @@ try { } // Load {{ name }} custom profiles from different institutions. -// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs! +// Warning: Uncomment only if a pipeline-specific institutional config already exists on nf-core/configs! // try { // includeConfig "${params.custom_config_base}/pipeline/{{ short_name }}.config" // } catch (Exception e) { From 85bab14d9c6dff857213bcbb7adecf6d8c5ea7ab Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 17 Jan 2024 10:34:01 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636be48c56..f8cc72b0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Use pdiff also on gitpod for nf-test ([#2640](https://github.com/nf-core/tools/pull/2640)) - switch to new image syntax in readme ([#2645](https://github.com/nf-core/tools/pull/2645)) - Add conda channel order to nextflow.config ([#2094](https://github.com/nf-core/tools/pull/2094)) +- Fix tyop in pipeline nextflow.config ([#2664](https://github.com/nf-core/tools/pull/2664)) ### Download