From 086ad861866608975fcf60e4accd3ce9732f7b62 Mon Sep 17 00:00:00 2001 From: Seyoon Ko Date: Thu, 5 Jun 2025 03:07:05 -0700 Subject: [PATCH 1/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c4b7b090..d9ea3ec4 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ Requires = "1" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" StatsBase = "0.24 - 0.33, 0.34" Tables = "1" -TranscodingStreams = "0.9" +TranscodingStreams = "0.9,0.10,0.11" VariantCallFormat = "0.5" VectorizationBase = "0.20.19,0.21" julia = "1.5" From 11f1b7de2856ce17a0aac8264e3c7f760bb00383 Mon Sep 17 00:00:00 2001 From: Seyoon Ko Date: Thu, 5 Jun 2025 10:09:26 +0000 Subject: [PATCH 2/2] ADD STATISTICS --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d9ea3ec4..f52a2f12 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "SnpArrays" uuid = "4e780e97-f5bf-4111-9dc4-b70aaf691b06" keywords = ["GWAS", "Genome-wide association studies", "binary plink"] authors = ["Hua Zhou ", "Seyoon Ko ", "Douglas Bates ", "OpenMendel Team"] -version = "0.3.22" +version = "0.3.23" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -44,6 +44,7 @@ LoopVectorization = "0.12.43" Missings = "0.4, 1" Requires = "1" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" +Statistics = "1" StatsBase = "0.24 - 0.33, 0.34" Tables = "1" TranscodingStreams = "0.9,0.10,0.11"