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
Currently, the output of a pipeline is only published after the last component of the nextflow workflow has finished.
However, asynchronous publishing is something that could be very beneficial (both from the user perspective, for development and for performance)
Feature summary
Currently, the output of a pipeline is only published after the last component of the nextflow workflow has finished.
However, asynchronous publishing is something that could be very beneficial (both from the user perspective, for development and for performance)
Feature description
Allow publishing midway to the pipeline
Why is this feature beneficial?
See above
Alternatives considered
None
Possible solution
Allowing using multiple output channels in emit:
Viash would then be able to concat qc_channel and final_output?
concat(test.out)
Confirmation
The text was updated successfully, but these errors were encountered: