Skip to content

Commit

Permalink
Merge pull request #131 from sanger-tol/logo
Browse files Browse the repository at this point in the history
sanger-tol logo
  • Loading branch information
DLBPointon authored Aug 10, 2023
2 parents f959061 + 05a1b1a commit 2a9ff13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/NfcoreTemplate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ class NfcoreTemplate {
String.format(
"""\n
${dashedLine(monochrome_logs)}
${colors.blue} _____ ${colors.green} _______ ${colors.red} _${colors.reset}
${colors.blue} / ____| ${colors.green}|__ __| ${colors.red}| |${colors.reset}
${colors.blue} | (___ __ _ _ __ __ _ ___ _ __ ${colors.reset} ___ ${colors.green}| |${colors.yellow} ___ ${colors.red}| |${colors.reset}
${colors.blue} \\___ \\ / _` | '_ \\ / _` |/ _ \\ '__|${colors.reset}|___|${colors.green}| |${colors.yellow}/ _ \\${colors.red}| |${colors.reset}
${colors.blue} ____) | (_| | | | | (_| | __/ | ${colors.green}| |${colors.yellow} (_) ${colors.red}| |____${colors.reset}
${colors.blue} |_____/ \\__,_|_| |_|\\__, |\\___|_| ${colors.green}|_|${colors.yellow}\\___/${colors.red}|______|${colors.reset}
${colors.blue} __/ |${colors.reset}
${colors.blue} |___/${colors.reset}
${colors.purple} ${workflow.manifest.name} ${workflow_version}${colors.reset}
${dashedLine(monochrome_logs)}
""".stripIndent()
Expand Down

0 comments on commit 2a9ff13

Please sign in to comment.