diff --git a/rna-seq.nf b/rna-seq.nf index 53e5a516cb7d8dd3a995afbb4c13b7938a3e12bf..7698d475068244d24738a57c77b065b4b9380b71 100644 --- a/rna-seq.nf +++ b/rna-seq.nf @@ -1745,7 +1745,7 @@ dedupBam.into { */ process makeBigWig { tag "${repRID}" - publishDir "${outDir}/bigwig", mode: 'copy', pattern: "${repRID}.bw" + publishDir "${outDir}/bigwig", mode: 'copy', pattern: "${repRID}_sorted.deduped.bw" input: tuple path (bam), path (bai) from dedupBam_makeBigWig