Skip to content

Commit 4d55e71

Browse files
Update subworkflows/nf-core/qc_markduplicates.nf
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
1 parent c738f0b commit 4d55e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subworkflows/nf-core/qc_markduplicates.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ workflow QC_MARKDUPLICATES {
8080
//After bamqc finishes, convert to cram for further analysis
8181
qualimap_bamqc = Channel.empty()
8282
if (!skip_bamqc && !skip_markduplicates) {
83+
//TODO: after adding CI tests, allow bamqc on mapped bams if no duplicate marking is done
8384
QUALIMAP_BAMQC(bam_markduplicates, target_bed, params.target_bed)
8485
qualimap_bamqc = QUALIMAP_BAMQC.out
8586
}

0 commit comments

Comments
 (0)