diff --git a/src/nf_modules/fastp/main.nf b/src/nf_modules/fastp/main.nf
index 6d8dc759865b2899c010971edcb025c5a2ca9342..14a4391dc3d12e1aaaae3b727f1b5cf7fef8efa4 100644
--- a/src/nf_modules/fastp/main.nf
+++ b/src/nf_modules/fastp/main.nf
@@ -88,12 +88,12 @@ process fastp_accel_1splus {
   }
 
   input:
-  tuple val(file_prefix), path(reads)
+  tuple val(file_id), path(reads)
 
   output:
-    tuple val(file_prefix), path("*.fastq.gz"), emit: fastq
-    tuple val(file_prefix), path("*.html"), emit: html
-    tuple val(file_prefix), path("*.json"), emit: report
+    tuple val(file_id), path("*.fastq.gz"), emit: fastq
+    tuple val(file_id), path("*.html"), emit: html
+    tuple val(file_id), path("*.json"), emit: report
 
   script:
   if (file_id instanceof List){