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

3 lines
54 B
Plaintext

channel.of( 1, 2, 3, 4, 5, 6 )
.last()
.view()