Skip to content

Commit 4b6c9cc

Browse files
authored
Merge branch 'dev' into lint_docs_fix
2 parents 0761530 + 246b9dd commit 4b6c9cc

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Special thanks to the following for their contributions to the release:
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
2222
- [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
2324

2425
### Software dependencies
2526

assets/email_template.html

-19
Original file line numberDiff line numberDiff 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="

assets/email_template.txt

-7
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)