Skip to content

Commit

Permalink
Updated to BioLab 0.13 and released GSEA 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KwatMDPhD committed Aug 1, 2023
1 parent b00a452 commit 8483ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.2"
manifest_format = "2.0"
project_hash = "5d9e07330197bcb435eb5a140c1d1b54fdff6221"
project_hash = "d596e9193158a3ce03fbf1b0b524ded621f28a7c"

[[deps.AbstractFFTs]]
deps = ["LinearAlgebra"]
Expand Down Expand Up @@ -43,9 +43,11 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[deps.BioLab]]
deps = ["CSV", "Clustering", "CodecZlib", "ColorSchemes", "Colors", "DataFrames", "Dates", "Distances", "Distributed", "Distributions", "GZip", "JSON", "KernelDensity", "LinearAlgebra", "Mmap", "MultipleTesting", "NMF", "OrderedCollections", "Printf", "ProgressMeter", "Random", "Statistics", "StatsBase", "TOML", "XLSX"]
path = "/Users/kwat/craft/jl/BioLab.jl"
git-tree-sha1 = "c9b3c3a6b71ce63cf5e8a871c6b08bb03babd8ca"
repo-rev = "main"
repo-url = "https://github.com/KwatMDPhD/BioLab.jl"
uuid = "1fe83854-81c0-42f7-afc9-71ba9af673ca"
version = "0.12.0"
version = "0.13.0"

[[deps.CSV]]
deps = ["CodecZlib", "Dates", "FilePathsBase", "InlineStrings", "Mmap", "Parsers", "PooledArrays", "PrecompileTools", "SentinelArrays", "Tables", "Unicode", "WeakRefStrings", "WorkerUtilities"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
BioLab = "0.12"
BioLab = "0.13"
Comonicon = "1.0"
ProgressMeter = "1.7"
StatsBase = "0.34"
Expand Down

0 comments on commit 8483ebb

Please sign in to comment.