Update main.nf

This commit is contained in:
2026-09-01 00:23:37 +02:00
parent 95e85f7ad7
commit 4878251e94

View File

@@ -34,10 +34,6 @@ workflow {
ch_str = channel.of(params.str)
ch_chunks = split_text(ch_str)
ch_upper = convert_to_upper(ch_chunks.flatten())
publish:
lower = ch_chunks.flatten()
upper = ch_upper
}
output {