Skip to content

Commit 654da2a

Browse files
committed
0.25.2
1 parent b201a61 commit 654da2a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Manifest.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ version = "1.0.0"
106106

107107
[[deps.Compat]]
108108
deps = ["Dates", "LinearAlgebra", "UUIDs"]
109-
git-tree-sha1 = "5856d3031cdb1f3b2b6340dfdc66b6d9a149a374"
109+
git-tree-sha1 = "3ca828fe1b75fa84b021a7860bd039eaea84d2f2"
110110
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
111-
version = "4.2.0"
111+
version = "4.3.0"
112112

113113
[[deps.CompilerSupportLibraries_jll]]
114114
deps = ["Artifacts", "Libdl"]
@@ -139,9 +139,9 @@ version = "1.12.0"
139139

140140
[[deps.DataFrames]]
141141
deps = ["Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrettyTables", "Printf", "REPL", "Random", "Reexport", "SnoopPrecompile", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
142-
git-tree-sha1 = "1df8f72c05cc83c1e6907f393312d3b009bcc3d4"
142+
git-tree-sha1 = "558078b0b78278683a7445c626ee78c86b9bb000"
143143
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
144-
version = "1.4.0"
144+
version = "1.4.1"
145145

146146
[[deps.DataStructures]]
147147
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -321,9 +321,9 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
321321

322322
[[deps.Interpolations]]
323323
deps = ["Adapt", "AxisAlgorithms", "ChainRulesCore", "LinearAlgebra", "OffsetArrays", "Random", "Ratios", "Requires", "SharedArrays", "SparseArrays", "StaticArrays", "WoodburyMatrices"]
324-
git-tree-sha1 = "f67b55b6447d36733596aea445a9f119e83498b6"
324+
git-tree-sha1 = "842dd89a6cb75e02e85fdd75c760cdc43f5d6863"
325325
uuid = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
326-
version = "0.14.5"
326+
version = "0.14.6"
327327

328328
[[deps.InverseFunctions]]
329329
deps = ["Test"]
@@ -502,7 +502,7 @@ version = "1.12.7"
502502

503503
[[deps.OnePiece]]
504504
deps = ["CSV", "Clustering", "CodecZlib", "ColorSchemes", "Colors", "DataFrames", "Dates", "Distances", "Distributions", "GZip", "Graphs", "IJulia", "InteractiveUtils", "JSON", "JSON3", "KernelDensity", "LinearAlgebra", "Mmap", "NMF", "NetworkLayout", "OrderedCollections", "Printf", "Random", "Statistics", "StatsBase", "TOML", "XLSX"]
505-
git-tree-sha1 = "1c7191ab1fc5ba4c497e12ca8e561c074337768b"
505+
git-tree-sha1 = "687be7b6d12e81e316d5672d770135ef5b141c58"
506506
repo-rev = "main"
507507
repo-url = "https://github.com/KwatMDPhD/OnePiece.jl"
508508
uuid = "1fe83854-81c0-42f7-afc9-71ba9af673ca"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GSEA"
22
uuid = "f74a9ba8-6f1f-48f2-98b6-a79c46cc06f7"
33
authors = ["KwatMDPhD <kwat.me@icloud.com>"]
4-
version = "0.13.2"
4+
version = "0.13.3"
55

66
[deps]
77
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"

src/_plot_mountain.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function _plot_mountain(se_x_st_x_nu, n_ex, pl_, al, fe_, sc_, se_fe_, sy_ar, ou
5353
sc_,
5454
se_fe_[se];
5555
title_text = se,
56+
fe = "Gene",
5657
ou = joinpath(di, "$(OnePiece.path.clean(se, pr = false)).html"),
5758
sy_ar...,
5859
)

0 commit comments

Comments
 (0)