You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The email function throws exceptions if a multiqc_report is not provided, although the function signature suggests that the parameter should be optional:
For non-genomics pipelines such as microscopy, there is currently no multiqc report, so it would be nice for this parameter to be optional. Currently, if I call email like this:
WARN: Access to undefined parameter `max_multiqc_email_size` -- Initialise it to a default value eg. `params.max_multiqc_email_size = some_value`
ERROR ~ Failed to invoke `workflow.onComplete` event handler
-- Check script './workflows/lightsheetrecon.nf' at line: 86 or see '.nextflow.log' file for more details
Description of the bug
The
email
function throws exceptions if amultiqc_report
is not provided, although the function signature suggests that the parameter should be optional:For non-genomics pipelines such as microscopy, there is currently no multiqc report, so it would be nice for this parameter to be optional. Currently, if I call
email
like this:It produces this output:
And this stack trace in the
.nextflow.log
file:System information
The text was updated successfully, but these errors were encountered: