Skip to content

Commit

Permalink
fix for #237
Browse files Browse the repository at this point in the history
requires update to d4 nim package
brentp/d4-nim@303a8e0
  • Loading branch information
brentp committed Aug 27, 2024
1 parent 3ca1038 commit bd1b91f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.3.9
======
+ fix d4 output (#237)

v0.3.8
======
+ mosdepth is now much faster on bams/crams with a large number of contigs (#229)
Expand Down
4 changes: 2 additions & 2 deletions mosdepth.nimble
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Package

version = "0.3.8"
version = "0.3.9"
author = "Brent Pedersen"
description = "fast depth"
license = "MIT"

# Dependencies

requires "hts >= 0.3.22", "docopt == 0.7.1", "nim >= 1.0.0", "https://github.com/brentp/d4-nim >= 0.0.3"
requires "hts >= 0.3.22", "docopt == 0.7.1", "nim >= 1.0.0", "https://github.com/brentp/d4-nim >= 0.0.4"

bin = @["mosdepth"]
skipDirs = @["tests"]
Expand Down

0 comments on commit bd1b91f

Please sign in to comment.