Releases: brentp/mosdepth
Releases · brentp/mosdepth
d4: write sfi index
- write sfi index in d4 files (#243 thanks @cademirch)
fix for d4
fix for bams/crams with *many* contigs
support cram v 3.1
v0.3.7
- support CRAM v3.1. only updates htslib that binary is built with to v1.19.1 (#224 thanks @adthrasher for reporting and testing)
filter on fragment length
v0.3.6
- allow filtering on fragment length thanks @LudvigOlsen for implementing! (#214)
- fix bug where empty chromosomes are not reported as having 0 depth (#216)
The new optional arguments:
-l --min-frag-len <min-frag-len> minimum insert size. reads with a smaller insert size than this are ignored [default: -1]
-u --max-frag-len <max-frag-len> maximum insert size. reads with a larger insert size than this are ignored. [default: -1]
summary min_depth on regions
v0.3.5
- fix bug with summary min for regions (#207 thanks to Xavier for supplying test-case)
v0.3.4
custom index location
v0.3.3
- allow specifying a custom index by passing '/path/to/bam##idx##/other-path/to/index.bai'
readgroups fix
when using read-groups, there was an intermittent error that would sometimes skip reads.
thanks @chrisamiller for reporting and providing a test-case.