diff --git a/workflow/scrna-seq_imgen.nf b/workflow/scrna-seq_imgen.nf
index 54a11a2a0e37b2588316482a962e473e62d961af..1ac08405b5ddbb348b15222ecf9073cfd098998b 100644
--- a/workflow/scrna-seq_imgen.nf
+++ b/workflow/scrna-seq_imgen.nf
@@ -105,7 +105,7 @@ id.into {
 */
 process renameGenes {
     tag "NCBI"
-    //publishDir "${outDir}/matrix", mode: 'copy', overwrite: false
+    publishDir "${outDir}/matrix", mode: 'copy', overwrite: false
 
     input:
     file matrixRaw
@@ -224,4 +224,4 @@ process plotViolinBox {
     done < groups.txt
     wait
     """
-}
\ No newline at end of file
+}