Update main.nf

This commit is contained in:
2026-09-01 00:36:07 +02:00
parent 4f91000b7b
commit 9f9dbf0751

View File

@@ -31,5 +31,4 @@ workflow {
main:
ch_str = channel.of(params.str)
ch_chunks = split_text(ch_str)
ch_upper = convert_to_upper(ch_chunks.flatten())
}