Skip to content

Commit

Permalink
0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KwatMDPhD committed Oct 6, 2022
1 parent b201a61 commit 654da2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ version = "1.0.0"

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

[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down Expand Up @@ -139,9 +139,9 @@ version = "1.12.0"

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

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

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

[[deps.InverseFunctions]]
deps = ["Test"]
Expand Down Expand Up @@ -502,7 +502,7 @@ version = "1.12.7"

[[deps.OnePiece]]
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"]
git-tree-sha1 = "1c7191ab1fc5ba4c497e12ca8e561c074337768b"
git-tree-sha1 = "687be7b6d12e81e316d5672d770135ef5b141c58"
repo-rev = "main"
repo-url = "https://github.com/KwatMDPhD/OnePiece.jl"
uuid = "1fe83854-81c0-42f7-afc9-71ba9af673ca"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GSEA"
uuid = "f74a9ba8-6f1f-48f2-98b6-a79c46cc06f7"
authors = ["KwatMDPhD <[email protected]>"]
version = "0.13.2"
version = "0.13.3"

[deps]
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
Expand Down
1 change: 1 addition & 0 deletions src/_plot_mountain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function _plot_mountain(se_x_st_x_nu, n_ex, pl_, al, fe_, sc_, se_fe_, sy_ar, ou
sc_,
se_fe_[se];
title_text = se,
fe = "Gene",
ou = joinpath(di, "$(OnePiece.path.clean(se, pr = false)).html"),
sy_ar...,
)
Expand Down

0 comments on commit 654da2a

Please sign in to comment.