From 9f9dbf07511c34512b72227ab59458e3187b91be Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 1 Sep 2026 00:36:07 +0200 Subject: [PATCH] Update main.nf --- main.nf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.nf b/main.nf index c10d335..0f1d06e 100644 --- a/main.nf +++ b/main.nf @@ -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()) -} +} \ No newline at end of file