add nextflow d30e48d
This commit is contained in:
7
nextflow/docs/snippets/transpose-2-with-remainder.nf
Normal file
7
nextflow/docs/snippets/transpose-2-with-remainder.nf
Normal file
@@ -0,0 +1,7 @@
|
||||
channel.of(
|
||||
[1, [1], ['A']],
|
||||
[2, [1, 2], ['B', 'C']],
|
||||
[3, [1, 2, 3], ['D', 'E']]
|
||||
)
|
||||
.transpose(remainder: true)
|
||||
.view()
|
||||
Reference in New Issue
Block a user