Skip to content

Commit

Permalink
Merge pull request nf-core#1409 from maxulysse/fix_manifest_display_CLI
Browse files Browse the repository at this point in the history
Fix manifest text
  • Loading branch information
maxulysse authored Oct 16, 2024
2 parents 660d10c + e5d128d commit 56aef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,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
Expand Down

0 comments on commit 56aef9b

Please sign in to comment.