From 633de84c482d931cea44c4422ff45b92e987c52c Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Wed, 10 Aug 2022 09:29:18 +0200 Subject: [PATCH] src/nf_modules/htseq/main.nf: fix htseq_count module --- src/nf_modules/htseq/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nf_modules/htseq/main.nf b/src/nf_modules/htseq/main.nf index 5405fea..f1ed89b 100644 --- a/src/nf_modules/htseq/main.nf +++ b/src/nf_modules/htseq/main.nf @@ -31,7 +31,7 @@ process htseq_count { } input: tuple val(file_id), path(bam), path(bai) - val(gtf) + path(gtf) output: path "${file_id}.tsv", emit: counts -- GitLab