join

function of dascore.workflow.pipe source

join(
    left: Any ,
    right: Any ,
)-> ‘Pipe’

Return the pipe which runs one side and then the other.

Either side may be several tasks or pipes: on the left they fan in, each feeding what follows, and on the right they fan out, each fed by what came before and each a result of its own.