From e8eccd9007e92c91839de8844b144e63a4d4d21e Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Tue, 15 Oct 2024 09:50:00 +0200 Subject: [PATCH 1/2] Template: Fix Manifest DOI text - Add line break - Fix indentation --- 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 052a5d8b1f..90e620069a 100644 --- a/nf_core/pipeline-template/nextflow.config +++ b/nf_core/pipeline-template/nextflow.config @@ -286,7 +286,7 @@ validation { \033[0;35m ${manifest.name} ${manifest.version}\033[0m -\033[2m----------------------------------------------------\033[0m- """ - afterText = """${manifest.doi ? "* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} + afterText = """${manifest.doi ? "\n* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""} * The nf-core framework https://doi.org/10.1038/s41587-020-0439-x From 7c5caac39c24d40c5339b5df7e22d6d41ba247dd Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 15 Oct 2024 07:52:05 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a4eaa71d..310207fb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Template +- Fix Manifest DOI text ([#3224](https://github.com/nf-core/tools/pull/3224)) + ### Download ### Linting