Skip to content

Commit d1b19aa

Browse files
committed
d4: write sfi index
closes #243
1 parent d417bc3 commit d1b19aa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.3.10
2+
=======
3+
+ write sfi index in d4 files (#243)
4+
15
v0.3.9
26
======
37
+ fix d4 output (#237)

mosdepth.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ when(isMainModule):
794794
when not defined(release) and not defined(lto):
795795
stderr.write_line "[mosdepth] WARNING: built in debug mode; will be slow"
796796

797-
let version = "mosdepth 0.3.9"
797+
let version = "mosdepth 0.3.10"
798798
let env_fasta = getEnv("REF_PATH")
799799
var doc = format("""
800800
$version

mosdepth.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Package
22

3-
version = "0.3.9"
3+
version = "0.3.10"
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.4"
10+
requires "hts >= 0.3.22", "docopt == 0.7.1", "nim >= 1.0.0", "https://github.com/brentp/d4-nim >= 0.0.5"
1111

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

0 commit comments

Comments
 (0)