-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail_template.txt
51 lines (36 loc) · 1.27 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
41
42
43
44
45
46
47
48
49
50
51
========================================
lehtiolab/nf-deqms v${version}
========================================
Run Name: $runName
<% if (success){
out << "## lehtiolab/nf-deqms execution completed successfully! ##"
} else {
out << """####################################################
## lehtiolab/nf-deqms execution completed unsuccessfully! ##
####################################################
The exit status of the task that caused the workflow execution to fail was: $exitStatus.
The full error message was:
${errorReport}
"""
} %>
<% if (!success){
out << """####################################################
## lehtiolab/nf-deqms execution completed unsuccessfully! ##
####################################################
The exit status of the task that caused the workflow execution to fail was: $exitStatus.
The full error message was:
${errorReport}
"""
} else {
out << "## lehtiolab/nf-deqms execution completed successfully! ##"
}
%>
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") %>
--
lehtiolab/nf-deqms
https://github.com/lehtiolab/nf-deqms