Skip to content
Snippets Groups Projects
Commit ddb35f4e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix bigwig output name pattern

parent 466e814a
Branches
Tags
2 merge requests!76Develop,!70Dnanexus
Pipeline #9248 failed with stages
in 2 minutes and 3 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment