Skip to content

Commit e5d128d

Browse files
committed
:shakefist:
1 parent 7794c69 commit e5d128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

+1-1
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)