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

3 lines
56 B
Plaintext

channel.of( 3, 2, 1, 4 )
.toSortedList()
.view()