add nextflow d30e48d
This commit is contained in:
3
nextflow/docs/snippets/collect-with-mapper.nf
Normal file
3
nextflow/docs/snippets/collect-with-mapper.nf
Normal file
@@ -0,0 +1,3 @@
|
||||
channel.of( 'hello', 'ciao', 'bonjour' )
|
||||
.collect { v -> v.length() }
|
||||
.view()
|
||||
Reference in New Issue
Block a user