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