We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b252319 + 5b03a49 commit 02dd0d2Copy full SHA for 02dd0d2
Project.toml
@@ -1,7 +1,7 @@
1
name = "Whippet"
2
uuid = "0af2a87d-76f3-44e3-af6e-8f91dcdf7847"
3
authors = ["Tim Sterne-Weiler <tsternew@gmail.com>"]
4
-version = "1.6"
+version = "1.6.1"
5
6
[deps]
7
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
bin/VERSION
@@ -1 +1 @@
-v1.6
+v1.6.1
bin/whippet-index.jl
@@ -13,6 +13,7 @@ Pkg.activate(dir * "/..")
13
14
using Whippet
15
using BioAlignments
16
+using XAM
17
using Libz
18
using Serialization
19
using Nullables
0 commit comments