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