a b/assets/email_template.txt
1
----------------------------------------------------
2
                                        ,--./,-.
3
        ___     __   __   __   ___     /,-._.--~\\
4
  |\\ | |__  __ /  ` /  \\ |__) |__         }  {
5
  | \\| |       \\__, \\__/ |  \\ |___     \\`-._,-`-,
6
                                        `._,._,'
7
  nf-core/deepmodeloptim ${version}
8
----------------------------------------------------
9
Run Name: $runName
10
11
<% if (success){
12
    out << "## nf-core/deepmodeloptim execution completed successfully! ##"
13
} else {
14
    out << """####################################################
15
## nf-core/deepmodeloptim execution completed unsuccessfully! ##
16
####################################################
17
The exit status of the task that caused the workflow execution to fail was: $exitStatus.
18
The full error message was:
19
20
${errorReport}
21
"""
22
} %>
23
24
25
The workflow was completed at $dateComplete (duration: $duration)
26
27
The command used to launch the workflow was as follows:
28
29
  $commandLine
30
31
32
33
Pipeline Configuration:
34
-----------------------
35
<% out << summary.collect{ k,v -> " - $k: $v" }.join("\n") %>
36
37
--
38
nf-core/deepmodeloptim
39
https://github.com/nf-core/deepmodeloptim