I have some targeted sequencing that I'm aligning in the following manner:
1) bowtie2 alignment to only the targeted regions
2) take the unaligned reads, align to the whole genome
3) remove all unmapped/secondary alignments from each file
4) merge using Picard
The issue is when I am doing MarkDuplicates, I have reads which are aligned in both files. I don't understand how this is possible, as the reads aligned in each case should be mutually exclusive.
1) bowtie2 alignment to only the targeted regions
2) take the unaligned reads, align to the whole genome
3) remove all unmapped/secondary alignments from each file
4) merge using Picard
The issue is when I am doing MarkDuplicates, I have reads which are aligned in both files. I don't understand how this is possible, as the reads aligned in each case should be mutually exclusive.
Comment