File tree 3 files changed +1
-26
lines changed
3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Special thanks to the following for their contributions to the release:
20
20
- [ PR #1467 ] ( https://github.com/nf-core/rnaseq/pull/1467 ) - Add test suite for UMI handling functionality
21
21
- [ PR #1466 ] ( https://github.com/nf-core/rnaseq/pull/1466 ) - Factor out UMI handling
22
22
- [ PR #1469 ] ( https://github.com/nf-core/rnaseq/pull/1469 ) - Minor docs fix
23
+ - [ PR #1459 ] ( https://github.com/nf-core/rnaseq/pull/1466 ) - Remove reference to unused "skip_sample_count" value in email templates
23
24
24
25
### Software dependencies
25
26
Original file line number Diff line number Diff line change @@ -34,25 +34,6 @@ <h4 style="margin-top: 0; color: inherit">nf-core/rnaseq execution completed uns
34
34
< p > The full error message was:</ p >
35
35
< pre style ="white-space: pre-wrap; overflow: visible; margin-bottom: 0 "> ${errorReport}</ pre >
36
36
</ div >
37
- """ } else if(skip_sample_count > 0) { out < < """
38
- < div
39
- style ="
40
- color: #856404;
41
- background-color: #fff3cd;
42
- border-color: #ffeeba;
43
- padding: 15px;
44
- margin-bottom: 20px;
45
- border: 1px solid transparent;
46
- border-radius: 4px;
47
- "
48
- >
49
- < h4 style ="margin-top: 0; color: inherit "> nf-core/rnaseq execution completed with warnings!</ h4 >
50
- < p >
51
- The pipeline finished successfully, but samples were skipped. Please check warnings at the top of the MultiQC report.
52
- </ p >
53
- < p > </ p >
54
- </ div >
55
-
56
37
""" } else { out < < """
57
38
< div
58
39
style ="
Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ The full error message was:
17
17
18
18
${errorReport}
19
19
"""
20
- } else if (skip_sample_count > 0) {
21
- out << """##################################################
22
- ## nf-core/rnaseq execution completed with warnings ##
23
- ##################################################
24
- The pipeline finished successfully, but samples were skipped.
25
- Please check warnings at the top of the MultiQC report.
26
- """
27
20
} else {
28
21
out << "## nf-core/rnaseq execution completed successfully! ##"
29
22
}
You can’t perform that action at this time.
0 commit comments