Skip to content

Commit

Permalink
Merge branch 'sha' into 'dev'
Browse files Browse the repository at this point in the history
sha

See merge request epi2melabs/workflows/wf-mpx!18
  • Loading branch information
mattdmem committed Nov 30, 2022
2 parents 9770882 + 5b390bb commit 4b6964d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/NfcoreTemplate.groovy
Expand Up @@ -326,12 +326,12 @@ class NfcoreTemplate {
String workflow_version = version(workflow)
String.format(
"""
${colors.igreen}|||||||||| ${colors.white}_____ ____ ___ ____ __ __ _____ _ _
${colors.igreen}|||||||||| ${colors.white}| ____| _ \\_ _|___ \\| \\/ | ____| | | __ _| |__ ___
${colors.yellow}||||| ${colors.white}| _| | |_) | | __) | |\\/| | _| _____| |/ _` | '_ \\/ __|
${colors.yellow}||||| ${colors.white}| |___| __/| | / __/| | | | |__|_____| | (_| | |_) \\__ \\
${colors.iblue}|||||||||| ${colors.white}|_____|_| |___|_____|_| |_|_____| |_|\\__,_|_.__/|___/
${colors.iblue}|||||||||| ${colors.biwhite}${workflow_name} ${workflow_version}${colors.reset}
${colors.igreen}|||||||||| ${colors.reset}${colors.dim}_____ ____ ___ ____ __ __ _____ _ _
${colors.igreen}|||||||||| ${colors.reset}${colors.dim}| ____| _ \\_ _|___ \\| \\/ | ____| | | __ _| |__ ___
${colors.yellow}||||| ${colors.reset}${colors.dim}| _| | |_) | | __) | |\\/| | _| _____| |/ _` | '_ \\/ __|
${colors.yellow}||||| ${colors.reset}${colors.dim}| |___| __/| | / __/| | | | |__|_____| | (_| | |_) \\__ \\
${colors.iblue}|||||||||| ${colors.reset}${colors.dim}|_____|_| |___|_____|_| |_|_____| |_|\\__,_|_.__/|___/
${colors.iblue}|||||||||| ${colors.reset}${colors.bold}${workflow_name} ${workflow_version}${colors.reset}
${NfcoreTemplate.dashedLine(monochrome_logs)}
""".stripIndent()
)
Expand Down

0 comments on commit 4b6964d

Please sign in to comment.