From 4878251e948b7479540ad65109d83892d9ed8b23 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 1 Sep 2026 00:23:37 +0200 Subject: [PATCH] Update main.nf --- main.nf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.nf b/main.nf index 96dfcda..bef41e6 100644 --- a/main.nf +++ b/main.nf @@ -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 {