nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Deprecate tap operator, change set operator to emit input channel

Open bentsherman opened this issue 2 years ago • 0 comments

Closes #2981

I basically just updated the set operator to return the input channel directly, for each channel type it supports. I'm not sure if that's the correct way to do it because I'm new to GPars, but the SetOp unit tests are passing.

bentsherman avatar Jun 30 '22 15:06 bentsherman