Skip to content

Commit b252319

Browse files
author
Tim Sterne-Weiler
authored
Merge pull request #115 from timbitz/1.5-bugfixes
Updates for julia 1.6
2 parents a5f6288 + 5331320 commit b252319

33 files changed

+67
-41
lines changed

.gitignore

100644100755
File mode changed.

.travis.yml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 1.5.3
6+
- 1.6
77
notifications:
88
email: false
99
after_success:

LICENSE

100644100755
File mode changed.

Manifest.toml

100644100755
Lines changed: 61 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ git-tree-sha1 = "4a8f4df432fd8e8a96a142c53f9432b9022a92e6"
66
uuid = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
77
version = "1.1.1"
88

9+
[[ArgTools]]
10+
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
11+
912
[[Artifacts]]
10-
deps = ["Pkg"]
11-
git-tree-sha1 = "c30985d8821e0cd73870b17b0ed0ce6dc44cb744"
1213
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
13-
version = "1.3.0"
1414

1515
[[Automa]]
1616
deps = ["DataStructures", "Printf", "Random", "Test", "TranscodingStreams"]
@@ -33,12 +33,6 @@ git-tree-sha1 = "f610a3a965f187890edb0b1fdef4f30d77852edd"
3333
uuid = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
3434
version = "2.0.0"
3535

36-
[[BioCore]]
37-
deps = ["Automa", "BufferedStreams", "YAML"]
38-
git-tree-sha1 = "476edbf4ef94594fff430a84ca96f86cb2327a71"
39-
uuid = "37cfa864-2cd6-5c12-ad9e-b6597d696c81"
40-
version = "2.0.5"
41-
4236
[[BioGenerics]]
4337
deps = ["TranscodingStreams"]
4438
git-tree-sha1 = "57deb413ca9f4c8bc7d4c6e98ebe217ff728c737"
@@ -87,10 +81,8 @@ uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
8781
version = "3.25.0"
8882

8983
[[CompilerSupportLibraries_jll]]
90-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
91-
git-tree-sha1 = "8e695f735fca77e9708e795eda62afdb869cbb70"
84+
deps = ["Artifacts", "Libdl"]
9285
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
93-
version = "0.3.4+0"
9486

9587
[[DataAPI]]
9688
git-tree-sha1 = "dfb3b7e89e395be1e25c2ad6d7690dc29cc53b1d"
@@ -117,9 +109,13 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
117109

118110
[[Distributions]]
119111
deps = ["FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns"]
120-
git-tree-sha1 = "0fc424e725eaec6ea3e9fa8df773bee18a1ab503"
112+
git-tree-sha1 = "e64debe8cd174cc52d7dd617ebc5492c6f8b698c"
121113
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
122-
version = "0.24.14"
114+
version = "0.24.15"
115+
116+
[[Downloads]]
117+
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
118+
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
123119

124120
[[FASTX]]
125121
deps = ["Automa", "BioGenerics", "BioSequences", "BioSymbols", "TranscodingStreams"]
@@ -137,9 +133,9 @@ version = "1.0.0"
137133

138134
[[FillArrays]]
139135
deps = ["LinearAlgebra", "Random", "SparseArrays"]
140-
git-tree-sha1 = "4705cc4e212c3c978c60b1b18118ec49b4d731fd"
136+
git-tree-sha1 = "dd4ab4257c257532003eb9836eea07473fcc732e"
141137
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
142-
version = "0.11.5"
138+
version = "0.11.6"
143139

144140
[[GenomicFeatures]]
145141
deps = ["BioGenerics", "DataStructures", "IntervalTrees"]
@@ -165,10 +161,10 @@ uuid = "1cb3b9ac-1ffd-5777-9e6b-a3d42300664d"
165161
version = "1.0.0"
166162

167163
[[Indexes]]
168-
deps = ["BGZFStreams", "BioCore", "BufferedStreams", "GenomicFeatures"]
169-
git-tree-sha1 = "c124510dd96e53f9095dbb484f4a8781cbfa0dcc"
164+
deps = ["BGZFStreams", "BioGenerics", "GenomicFeatures", "TranscodingStreams"]
165+
git-tree-sha1 = "275bce824b40fd2e70358e0a652ba1b34172f240"
170166
uuid = "4ffb77ac-cb80-11e8-1b35-4b78cc642f6d"
171-
version = "0.1.1"
167+
version = "0.1.3"
172168

173169
[[IntArrays]]
174170
deps = ["Mmap", "Random", "Test"]
@@ -191,10 +187,22 @@ git-tree-sha1 = "a431f5f2ca3f4feef3bd7a5e94b8b8d4f2f647a0"
191187
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
192188
version = "1.2.0"
193189

190+
[[LibCURL]]
191+
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
192+
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
193+
194+
[[LibCURL_jll]]
195+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
196+
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
197+
194198
[[LibGit2]]
195-
deps = ["Printf"]
199+
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
196200
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
197201

202+
[[LibSSH2_jll]]
203+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
204+
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
205+
198206
[[Libdl]]
199207
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
200208

@@ -215,6 +223,10 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
215223
deps = ["Base64"]
216224
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
217225

226+
[[MbedTLS_jll]]
227+
deps = ["Artifacts", "Libdl"]
228+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
229+
218230
[[Missings]]
219231
deps = ["DataAPI"]
220232
git-tree-sha1 = "f8c673ccc215eb50fcadb285f522420e29e69e1c"
@@ -224,6 +236,12 @@ version = "0.4.5"
224236
[[Mmap]]
225237
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
226238

239+
[[MozillaCACerts_jll]]
240+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
241+
242+
[[NetworkOptions]]
243+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
244+
227245
[[Nullables]]
228246
git-tree-sha1 = "8f87854cc8f3685a60689d8edecaa29d2251979b"
229247
uuid = "4d1e1d77-625e-5b40-9113-a560ec7a8ecd"
@@ -241,13 +259,13 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
241259
version = "1.4.0"
242260

243261
[[PDMats]]
244-
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse", "Test"]
245-
git-tree-sha1 = "95a4038d1011dfdbde7cecd2ad0ac411e53ab1bc"
262+
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
263+
git-tree-sha1 = "f82a0e71f222199de8e9eb9a09977bd0767d52a0"
246264
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
247-
version = "0.10.1"
265+
version = "0.11.0"
248266

249267
[[Pkg]]
250-
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
268+
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
251269
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
252270

253271
[[Printf]]
@@ -265,7 +283,7 @@ uuid = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
265283
version = "2.4.1"
266284

267285
[[REPL]]
268-
deps = ["InteractiveUtils", "Markdown", "Sockets"]
286+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
269287
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
270288

271289
[[Random]]
@@ -344,8 +362,16 @@ version = "1.0.0"
344362
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
345363
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
346364

365+
[[TOML]]
366+
deps = ["Dates"]
367+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
368+
369+
[[Tar]]
370+
deps = ["ArgTools", "SHA"]
371+
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
372+
347373
[[Test]]
348-
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
374+
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
349375
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
350376

351377
[[TextWrap]]
@@ -385,14 +411,14 @@ git-tree-sha1 = "fc98c10e8151054353ded66914f38fbac15fc899"
385411
uuid = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"
386412
version = "0.2.6"
387413

388-
[[YAML]]
389-
deps = ["Base64", "Dates", "Printf"]
390-
git-tree-sha1 = "78c02bd295bbd0ca330f95e07ccdfcb69f6cbcd4"
391-
uuid = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
392-
version = "0.4.6"
393-
394414
[[Zlib_jll]]
395-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
396-
git-tree-sha1 = "320228915c8debb12cb434c59057290f0834dbf6"
415+
deps = ["Libdl"]
397416
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
398-
version = "1.2.11+18"
417+
418+
[[nghttp2_jll]]
419+
deps = ["Artifacts", "Libdl"]
420+
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
421+
422+
[[p7zip_jll]]
423+
deps = ["Artifacts", "Libdl"]
424+
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"

Project.toml

100644100755
Lines changed: 2 additions & 2 deletions
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.5.1"
4+
version = "1.6"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
@@ -28,7 +28,7 @@ WaveletMatrices = "c0580c95-5bac-53b2-8f35-dbbbc8487a1f"
2828
XAM = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"
2929

3030
[compat]
31-
julia = ">= 1.5"
31+
julia = ">= 1.6"
3232

3333
[extras]
3434
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Paper: https://doi.org/10.1016/j.molcel.2018.08.018
3232
### 1) Install
3333

3434

35-
Whippet v1.5 works on the current version of Julia (**v1.5.3**) which is available here (https://julialang.org). If you are new to julia, there is a [helpful guide on how to get it up and running here](https://en.wikibooks.org/wiki/Introducing_Julia/Getting_started)
35+
Whippet v1.6 works on the current version of Julia (**v1.6**) which is available here (https://julialang.org). If you are new to julia, there is a [helpful guide on how to get it up and running here](https://en.wikibooks.org/wiki/Introducing_Julia/Getting_started)
3636

3737

3838
Download and install dependencies

anno/gencode_hg19.v25.tsl1.gtf.gz

100644100755
File mode changed.

anno/gencode_mm10.vm11.basic.gtf.gz

100644100755
File mode changed.

anno/refseq_hg19.flat.gz

100644100755
File mode changed.

bin/VERSION

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

0 commit comments

Comments
 (0)