diff --git a/lib/NfcoreTemplate.groovy b/lib/NfcoreTemplate.groovy index 8d8cf17..4c1c9db 100644 --- a/lib/NfcoreTemplate.groovy +++ b/lib/NfcoreTemplate.groovy @@ -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() )