Skip to content

Commit

Permalink
d4: write sfi index
Browse files Browse the repository at this point in the history
closes #243
  • Loading branch information
brentp committed Nov 24, 2024
1 parent d417bc3 commit d1b19aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.10
=======
+ write sfi index in d4 files (#243)

v0.3.9
======
+ fix d4 output (#237)
Expand Down
2 changes: 1 addition & 1 deletion mosdepth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ when(isMainModule):
when not defined(release) and not defined(lto):
stderr.write_line "[mosdepth] WARNING: built in debug mode; will be slow"

let version = "mosdepth 0.3.9"
let version = "mosdepth 0.3.10"
let env_fasta = getEnv("REF_PATH")
var doc = format("""
$version
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.9"
version = "0.3.10"
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.4"
requires "hts >= 0.3.22", "docopt == 0.7.1", "nim >= 1.0.0", "https://github.com/brentp/d4-nim >= 0.0.5"

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

0 comments on commit d1b19aa

Please sign in to comment.