Skip to content

Commit 48deb2b

Browse files
committed
fix variable not defined
1 parent 7a3f50f commit 48deb2b

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

nextflow.config

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@ validation {
340340
\033[0;34m |\\ | |__ __ / ` / \\ |__) |__ \033[0;33m} {\033[0m
341341
\033[0;34m | \\| | \\__, \\__/ | \\ |___ \033[0;32m\\`-._,-`-,\033[0m
342342
\033[0;32m`._,._,\'\033[0m
343-
\033[0;35m nf-core/nanoseq ${manifest.version}\033[0m
343+
nf-core/nanoseq v3.1.0
344344
-\033[2m----------------------------------------------------\033[0m-
345345
"""
346-
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" : ""}
346+
afterText = """
347347
* The nf-core framework
348348
https://doi.org/10.1038/s41587-020-0439-x
349349
@@ -352,8 +352,23 @@ validation {
352352
"""
353353
}
354354
summary {
355-
beforeText = validation.help.beforeText
356-
afterText = validation.help.afterText
355+
beforeText = """
356+
-\033[2m----------------------------------------------------\033[0m-
357+
\033[0;32m,--.\033[0;30m/\033[0;32m,-.\033[0m
358+
\033[0;34m ___ __ __ __ ___ \033[0;32m/,-._.--~\'\033[0m
359+
\033[0;34m |\\ | |__ __ / ` / \\ |__) |__ \033[0;33m} {\033[0m
360+
\033[0;34m | \\| | \\__, \\__/ | \\ |___ \033[0;32m\\`-._,-`-,\033[0m
361+
\033[0;32m`._,._,\'\033[0m
362+
nf-core/nanoseq v3.1.0
363+
-\033[2m----------------------------------------------------\033[0m-
364+
"""
365+
afterText = """
366+
* The nf-core framework
367+
https://doi.org/10.1038/s41587-020-0439-x
368+
369+
* Software dependencies
370+
https://github.com/nf-core/nanoseq/blob/master/CITATIONS.md
371+
"""
357372
}
358373
}
359374

0 commit comments

Comments
 (0)