add nextflow d30e48d
This commit is contained in:
6
nextflow/docs/snippets/combine.nf
Normal file
6
nextflow/docs/snippets/combine.nf
Normal file
@@ -0,0 +1,6 @@
|
||||
numbers = channel.of(1, 2, 3)
|
||||
words = channel.of('hello', 'ciao')
|
||||
|
||||
numbers
|
||||
.combine(words)
|
||||
.view()
|
||||
Reference in New Issue
Block a user