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