Merge branch 'master' of github.com:MillironX/docker-JuliaPro

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-07 20:51:24 -05:00
commit 81cc6115c8
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 7 additions and 0 deletions

View file

@ -1175,6 +1175,12 @@ git-tree-sha1 = "cae5e3dfd89b209e01bcd65b3a25e74462c67ee0"
uuid = "ef3ab10e-7fda-4108-b977-705223b18434" uuid = "ef3ab10e-7fda-4108-b977-705223b18434"
version = "0.3.0" version = "0.3.0"
[[Kelpie]]
deps = ["EzXML"]
git-tree-sha1 = "b8934c11c2890eb7ae2a62e7928cda3d6f4163ca"
uuid = "1b112299-d6bc-44e2-912a-478f25731460"
version = "0.2.1"
[[KernelDensity]] [[KernelDensity]]
deps = ["Distributions", "DocStringExtensions", "FFTW", "Interpolations", "StatsBase"] deps = ["Distributions", "DocStringExtensions", "FFTW", "Interpolations", "StatsBase"]
git-tree-sha1 = "591e8dc09ad18386189610acafb970032c519707" git-tree-sha1 = "591e8dc09ad18386189610acafb970032c519707"

View file

@ -46,6 +46,7 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JuliaWebAPI = "480116ec-64ea-5dec-baca-db6b11e96e37" JuliaWebAPI = "480116ec-64ea-5dec-baca-db6b11e96e37"
Kelpie = "1b112299-d6bc-44e2-912a-478f25731460"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b" KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
KmerAnalysis = "a20136b7-8e32-4c10-91d3-7060c0bd8ec7" KmerAnalysis = "a20136b7-8e32-4c10-91d3-7060c0bd8ec7"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"