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

1 line
43 B
Plaintext

channel.of(1, 2, 3).ifEmpty('Hello').view()