Hi,
By default, samtools mpileup ignores reads flagged as duplicates (i.e., marked with bit flag 1024 in the BAM). Does anyone know of a way of getting samtools to include duplicates in the mpileup output without having to strip the 1024 flag from the original BAM first?
Many thanks.
By default, samtools mpileup ignores reads flagged as duplicates (i.e., marked with bit flag 1024 in the BAM). Does anyone know of a way of getting samtools to include duplicates in the mpileup output without having to strip the 1024 flag from the original BAM first?
Many thanks.
Comment