Skip to content

Releases: brentp/mosdepth

d4: write sfi index

24 Nov 19:35
Compare
Choose a tag to compare

fix for d4

27 Aug 19:37
Compare
Choose a tag to compare

v0.3.9

  • fix d4 output (#237)
  • (thanks for @kojix2 for fixes on docopt and for nim >=2)

fix for bams/crams with *many* contigs

17 Apr 09:58
Compare
Choose a tag to compare

v0.3.8

  • mosdepth is now much faster on bams/crams with a large number of contigs (#229)

thanks @ohickl for reporting and providing a test-case.

support cram v 3.1

20 Mar 11:41
Compare
Choose a tag to compare

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

22 Nov 07:44
Compare
Choose a tag to compare

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

15 Sep 08:24
Compare
Choose a tag to compare

v0.3.5

  • fix bug with summary min for regions (#207 thanks to Xavier for supplying test-case)

v0.3.4

23 Jun 15:47
Compare
Choose a tag to compare

v0.3.4

  • bump version for build supporting gs:// urls
  • dont error on regions larger than chromosome.

custom index location

02 Feb 08:44
Compare
Choose a tag to compare

v0.3.3

  • allow specifying a custom index by passing '/path/to/bam##idx##/other-path/to/index.bai'

readgroups fix

19 Jul 07:13
Compare
Choose a tag to compare

when using read-groups, there was an intermittent error that would sometimes skip reads.
thanks @chrisamiller for reporting and providing a test-case.

bugfix

29 Sep 21:44
Compare
Choose a tag to compare
  • fix bug with regions and d4 that would cause error even when --d4 was not used.