Skip to content
Snippets Groups Projects
Verified Commit 15bb2a0a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

samtools: fix input for multiqc process

parent ce6cb60b
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ process flagstat_2_multiqc {
tag "$file_id"
input:
tuple val(file_id), path(tsv), emit: tsv
tuple val(file_id), path(tsv)
output:
path "*.txt" , emit: report
......@@ -218,7 +218,7 @@ process idxstat_2_multiqc {
tag "$file_id"
input:
tuple val(file_id), path(tsv), emit: tsv
tuple val(file_id), path(tsv)
output:
path "*.txt", emit: report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment