From fc1c527a991cddc95af401327eef5360c11e6f41 Mon Sep 17 00:00:00 2001 From: Christopher Mohr Date: Tue, 2 Apr 2024 08:42:30 +0000 Subject: [PATCH] fix input channel cardinality --- modules/local/mirdeep2_run.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/local/mirdeep2_run.nf b/modules/local/mirdeep2_run.nf index 442f26f3..ba37a4ac 100644 --- a/modules/local/mirdeep2_run.nf +++ b/modules/local/mirdeep2_run.nf @@ -12,8 +12,8 @@ process MIRDEEP2_RUN { input: path(fasta) tuple path(reads), path(arf) - tuple val(meta2), path(hairpin) - tuple val(meta2), path(mature) + path(hairpin) + path(mature) output: path 'result*.{bed,csv,html}', emit: result