diff --git a/src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf b/src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf
index fb68df38bf509432d0a639cc35f22afdc11ae14c..2e38169c8f8213e19fa68ab74da2ce8924d1d52d 100644
--- a/src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf
+++ b/src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf
@@ -193,7 +193,7 @@ Channel
 process index_fasta {
   tag "$fasta.baseName"
   cpus 4
-  publishDir "results/mapping_CCA_local/index/", mode: 'copy'
+  publishDir "results/SE_CCA_sequencing_local/mapping_CCA_local/index/", mode: 'copy'
 
   input:
   file fasta from fasta_file