Describe the bug
When running 2.0.7dev, I noticed that the post-DeDup BAM files are not found in the correct final output DeDup directory.
The BAM files sit directly in dedup/ rather than the specific sample directory that contains the .log and
.hist files
To Reproduce
Run the pipeline with DeDup on.
Expected behavior
The post-DeDup bam to be published under: deuplication/dedup/<SAMPLE>.filtered/<BAM_FILE>
Describe the bug
When running
2.0.7dev, I noticed that the post-DeDup BAM files are not found in the correct final output DeDup directory.The BAM files sit directly in
dedup/rather than the specific sample directory that contains the.logand.histfilesTo Reproduce
Run the pipeline with
DeDupon.Expected behavior
The post-DeDup bam to be published under:
deuplication/dedup/<SAMPLE>.filtered/<BAM_FILE>