diff --git a/src/nf_modules/samtools/main.nf b/src/nf_modules/samtools/main.nf
index 3e659ce891e7ff49870d758fe8357843be08b0bc..8143a81468fbd210c2c2bdc3b3eff1bd0d3f55b3 100644
--- a/src/nf_modules/samtools/main.nf
+++ b/src/nf_modules/samtools/main.nf
@@ -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