Skip to content

Commit

Permalink
Added missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Nov 2, 2023
1 parent 4976471 commit 66be601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workflows/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ workflow.onComplete {
if (params.email || params.email_on_fail) {
NfcoreTemplate.email(workflow, params, summary_params, projectDir, log, multiqc_report, fail_mapped_reads)
}
NfcoreTemplate.dump_parameters(workflow, params)
NfcoreTemplate.summary(workflow, params, log, fail_mapped_reads, pass_mapped_reads)
}

Expand Down
1 change: 1 addition & 0 deletions workflows/nanopore.nf
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ workflow.onComplete {
if (params.email || params.email_on_fail) {
NfcoreTemplate.email(workflow, params, summary_params, projectDir, log, multiqc_report)
}
NfcoreTemplate.dump_parameters(workflow, params)
NfcoreTemplate.summary(workflow, params, log)
}

Expand Down

0 comments on commit 66be601

Please sign in to comment.