From 171258d545731feaa38aebd0868d65cf917fbfb9 Mon Sep 17 00:00:00 2001 From: sofstam Date: Tue, 19 Jul 2022 14:07:13 +0200 Subject: [PATCH] Fix typos --- subworkflows/local/longread_preprocessing.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subworkflows/local/longread_preprocessing.nf b/subworkflows/local/longread_preprocessing.nf index 7dca57d..a68d447 100644 --- a/subworkflows/local/longread_preprocessing.nf +++ b/subworkflows/local/longread_preprocessing.nf @@ -56,6 +56,6 @@ workflow LONGREAD_PREPROCESSING { emit: reads = ch_processed_reads // channel: [ val(meta), [ reads ] ] versions = ch_versions // channel: [ versions.yml ] - mqc = + mqc = ch_multiqc_files }