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
// We need to ensure that the multiqc_report is a value channel (DataflowVariable).
120
+
// Queue channels will not be available in the workflow.onComplete block.
121
+
def multiqc_reports = multiqc_report.toList()
122
+
119
123
//
120
124
// Completion email and summary
121
125
//
122
126
workflow.onComplete {
127
+
assert multiqc_reports instanceofgroovyx.gpars.dataflow.DataflowVariable:"Expected a value channel (DataflowVariable) for multiqc_reports inside workflow.onComplete block."
0 commit comments