Skip to content
Snippets Groups Projects
Commit 633de84c authored by nfontrod's avatar nfontrod
Browse files

src/nf_modules/htseq/main.nf: fix htseq_count module

parent f3a5fec3
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ process htseq_count { ...@@ -31,7 +31,7 @@ process htseq_count {
} }
input: input:
tuple val(file_id), path(bam), path(bai) tuple val(file_id), path(bam), path(bai)
val(gtf) path(gtf)
output: output:
path "${file_id}.tsv", emit: counts path "${file_id}.tsv", emit: counts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment