From 8dcbe9b143d8528fa2456b44c76738d500d369d7 Mon Sep 17 00:00:00 2001 From: vvanoost <vincent.vanoosthuyse@ens-lyon.fr> Date: Mon, 6 Aug 2018 14:02:14 +0200 Subject: [PATCH] correction local alignment minus CCA --- src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf b/src/RNAseq_sen1D_bowtie2_SE_CCA_local.nf index fb68df3..2e38169 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 -- GitLab