Files
ma/nextflow/docs/snippets/count.nf
2026-04-29 23:01:54 +02:00

3 lines
47 B
Plaintext

channel.of(9, 1, 7, 5)
.count()
.view()