You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
taxprofiler/assets/email_template.txt

40 lines
1.1 KiB
Plaintext

----------------------------------------------------
,--./,-.
___ __ __ __ ___ /,-._.--~\\
|\\ | |__ __ / ` / \\ |__) |__ } {
| \\| | \\__, \\__/ | \\ |___ \\`-._,-`-,
`._,._,'
nf-core/taxprofiler v${version}
----------------------------------------------------
Run Name: $runName
<% if (success){
out << "## nf-core/taxprofiler execution completed successfully! ##"
} else {
out << """####################################################
## nf-core/taxprofiler execution completed unsuccessfully! ##
####################################################
The exit status of the task that caused the workflow execution to fail was: $exitStatus.
The full error message was:
${errorReport}
"""
} %>
The workflow was completed at $dateComplete (duration: $duration)
The command used to launch the workflow was as follows:
$commandLine
Pipeline Configuration:
-----------------------
<% out << summary.collect{ k,v -> " - $k: $v" }.join("\n") %>
--
nf-core/taxprofiler
https://github.com/nf-core/taxprofiler