Skip to content

Commit 7e56935

Browse files
authored
Merge branch 'dev' into prerelease_3.16.1
2 parents c32cbd9 + 56aef9b commit 7e56935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ validation {
353353
\033[0;35m ${manifest.name} ${manifest.version}\033[0m
354354
-\033[2m----------------------------------------------------\033[0m-
355355
"""
356-
afterText = """${manifest.doi ? "* The pipeline\n" : ""}${manifest.doi.tokenize(",").collect { " https://doi.org/${it.trim().replace('https://doi.org/','')}"}.join("\n")}${manifest.doi ? "\n" : ""}
356+
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" : ""}
357357
* The nf-core framework
358358
https://doi.org/10.1038/s41587-020-0439-x
359359

0 commit comments

Comments
 (0)