Skip to content

Commit

Permalink
fix syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Dec 9, 2024
1 parent acb7fe3 commit f706d8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def logo() {

return """ ${c_dim}------------------------------------------------------------------------------${c_reset}${c_green}
____ __ ______ ____ ____ _ __ __
/ __ \/ |/ / | / __ )_________ _ __________ _____ / __ )__ __(_) /___/ /
/ / / / /|_/ / /| | / __ / ___/ __ \ | /| / / ___/ _ \/ ___/ / __ / / / / / / __ /
/ __ \\/ |/ / | / __ )_________ _ __________ _____ / __ )__ __(_) /___/ /
/ / / / /|_/ / /| | / __ / ___/ __ \\ | /| / / ___/ _ \\/ ___/ / __ / / / / / / __ /
/ /_/ / / / / ___ | / /_/ / / / /_/ / |/ |/ (__ ) __/ / / /_/ / /_/ / / / /_/ /
\____/_/ /_/_/ |_| /_____/_/ \____/|__/|__/____/\___/_/ /_____/\__,_/_/_/\__,_/
\\____/_/ /_/_/ |_| /_____/_/ \\____/|__/|__/____/\\___/_/ /_____/\\__,_/_/_/\\__,_/
${c_reset}${c_dim}------------------------------------------------------------------------------${c_reset}""".stripIndent()
}

Expand Down Expand Up @@ -80,4 +80,4 @@ workflow {
workflow.onError {
println "Error... Pipeline execution stopped with the following message: $workflow.errorMessage"
}
}
}

0 comments on commit f706d8d

Please sign in to comment.