Skip to content
Brent Pedersen edited this page Mar 2, 2018 · 1 revision

F.A.Q.

Why doesn't mosdepth allow a base-quality filter.

mosdepth operates on chunks of reads where the chunks are defined by the cigar string. Usually, a read will have a single chunk (given, e.g. 151M cigar). Since mosdepth does not have to look at base-qualities it is much faster. If you need this, you can trim reads prior to aligning or use samtools depth.

Clone this wiki locally