Skip to content

Commit bd1b91f

Browse files
committed
fix for #237
requires update to d4 nim package brentp/d4-nim@303a8e0
1 parent 3ca1038 commit bd1b91f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.3.9
2+
======
3+
+ fix d4 output (#237)
4+
15
v0.3.8
26
======
37
+ mosdepth is now much faster on bams/crams with a large number of contigs (#229)

mosdepth.nimble

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Package
22

3-
version = "0.3.8"
3+
version = "0.3.9"
44
author = "Brent Pedersen"
55
description = "fast depth"
66
license = "MIT"
77

88
# Dependencies
99

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

1212
bin = @["mosdepth"]
1313
skipDirs = @["tests"]

0 commit comments

Comments
 (0)