Skip to content

Commit 02dd0d2

Browse files
author
Tim Sterne-Weiler
authored
Merge pull request #117 from timbitz/1.6-bugfixes
1.6 Bugfix for BAM supplemented indexing
2 parents b252319 + 5b03a49 commit 02dd0d2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Whippet"
22
uuid = "0af2a87d-76f3-44e3-af6e-8f91dcdf7847"
33
authors = ["Tim Sterne-Weiler <tsternew@gmail.com>"]
4-
version = "1.6"
4+
version = "1.6.1"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

bin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6
1+
v1.6.1

bin/whippet-index.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Pkg.activate(dir * "/..")
1313

1414
using Whippet
1515
using BioAlignments
16+
using XAM
1617
using Libz
1718
using Serialization
1819
using Nullables

0 commit comments

Comments
 (0)