add nextflow d30e48d
This commit is contained in:
4
nextflow/docs/snippets/buffer-with-opening-closing.nf
Normal file
4
nextflow/docs/snippets/buffer-with-opening-closing.nf
Normal file
@@ -0,0 +1,4 @@
|
||||
// emits bundles starting with `2` and ending with `4`
|
||||
channel.of( 1, 2, 3, 4, 5, 1, 2, 3, 4, 5, 1, 2 )
|
||||
.buffer( 2, 4 )
|
||||
.view()
|
||||
Reference in New Issue
Block a user