add nextflow d30e48d
This commit is contained in:
3
nextflow/docs/snippets/unique-with-mapper.nf
Normal file
3
nextflow/docs/snippets/unique-with-mapper.nf
Normal file
@@ -0,0 +1,3 @@
|
||||
channel.of( 1, 1, 2, 2, 2, 3, 1, 1, 2, 4, 6 )
|
||||
.unique { v -> v % 2 }
|
||||
.view()
|
||||
Reference in New Issue
Block a user