forked from nf-core/scflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail_template.txt
40 lines (29 loc) · 1.1 KB
/
email_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
----------------------------------------------------
,--./,-.
___ __ __ __ ___ /,-._.--~\\
|\\ | |__ __ / ` / \\ |__) |__ } {
| \\| | \\__, \\__/ | \\ |___ \\`-._,-`-,
`._,._,'
nf-core/scflow v${version}
----------------------------------------------------
Run Name: $runName
<% if (success){
out << "## nf-core/scflow execution completed successfully! ##"
} else {
out << """####################################################
## nf-core/scflow 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/scflow
https://github.com/nf-core/scflow