From 8a38513f6d5e92414a6f9636665ba5acf3b71e48 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 1 Sep 2026 00:24:15 +0200 Subject: [PATCH] Update main.nf --- main.nf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.nf b/main.nf index bef41e6..5e2ff32 100644 --- a/main.nf +++ b/main.nf @@ -35,12 +35,3 @@ workflow { ch_chunks = split_text(ch_str) ch_upper = convert_to_upper(ch_chunks.flatten()) } - -output { - lower { - path 'lower' - } - upper { - path 'upper' - } -} \ No newline at end of file