add nextflow d30e48d
This commit is contained in:
7
nextflow/docs/snippets/dump.nf
Normal file
7
nextflow/docs/snippets/dump.nf
Normal file
@@ -0,0 +1,7 @@
|
||||
channel.of( 1, 2, 3 )
|
||||
.map { v -> v + 1 }
|
||||
.dump(tag: 'plus1')
|
||||
|
||||
channel.of( 1, 2, 3 )
|
||||
.map { v -> v ** 2 }
|
||||
.dump(tag: 'exp2')
|
||||
Reference in New Issue
Block a user