add nextflow d30e48d
This commit is contained in:
5
nextflow/docs/snippets/subscribe.nf
Normal file
5
nextflow/docs/snippets/subscribe.nf
Normal file
@@ -0,0 +1,5 @@
|
||||
source = channel.of( 'alpha', 'beta', 'delta' )
|
||||
|
||||
source.subscribe { str ->
|
||||
println "Got: ${str}; len: ${str.length()}"
|
||||
}
|
||||
Reference in New Issue
Block a user