File tree Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Special thanks to the following for their contributions to the release:
1919- [ PR #1463 ] ( https://github.com/nf-core/rnaseq/pull/1463 ) - Move channel operations outside of the onComplete() block
2020- [ PR #1467 ] ( https://github.com/nf-core/rnaseq/pull/1467 ) - Add test suite for UMI handling functionality
2121- [ PR #1466 ] ( https://github.com/nf-core/rnaseq/pull/1466 ) - Factor out UMI handling
22+ - [ PR #1459 ] ( https://github.com/nf-core/rnaseq/pull/1466 ) - Remove reference to unused "skip_sample_count" value in email templates
2223
2324### Software dependencies
2425
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
3434 < p > The full error message was:</ p >
3535 < pre style ="white-space: pre-wrap; overflow: visible; margin-bottom: 0 "> ${errorReport}</ pre >
3636 </ 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-
5637 """ } else { out < < """
5738 < div
5839 style ="
Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ The full error message was:
1717
1818${errorReport}
1919"""
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- """
2720} else {
2821 out << "## nf-core/rnaseq execution completed successfully! ##"
2922}
You can’t perform that action at this time.
0 commit comments