diff --git a/assets/email_template.html b/assets/email_template.html index dc46d39ee..e4639cdb6 100644 --- a/assets/email_template.html +++ b/assets/email_template.html @@ -34,25 +34,6 @@

nf-core/rnaseq execution completed uns

The full error message was:

${errorReport}
- """ } else if(skip_sample_count > 0) { out << """ -
-

nf-core/rnaseq execution completed with warnings!

-

- The pipeline finished successfully, but samples were skipped. Please check warnings at the top of the MultiQC report. -

-

-
- """ } else { out << """
0) { - out << """################################################## -## nf-core/rnaseq execution completed with warnings ## -################################################## -The pipeline finished successfully, but samples were skipped. -Please check warnings at the top of the MultiQC report. -""" } else { out << "## nf-core/rnaseq execution completed successfully! ##" }