From 19825c9ada37fb4cf18b678bc8434482e2cf7fa7 Mon Sep 17 00:00:00 2001 From: Olivier Labayle Date: Thu, 23 May 2024 16:23:13 +0100 Subject: [PATCH] fix file path --- test/inputs_from_gene_atlas.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/inputs_from_gene_atlas.jl b/test/inputs_from_gene_atlas.jl index a207c89..c250963 100644 --- a/test/inputs_from_gene_atlas.jl +++ b/test/inputs_from_gene_atlas.jl @@ -145,7 +145,7 @@ end verbosity=0, gene_atlas_dir=joinpath(tmpdir, "gene_atlas_data"), remove_ga_data=true, - trait_table_path=joinpath("assets", "Traits_Table_GeneATLAS.csv"), + trait_table_path=joinpath(PKGDIR, "assets", "Traits_Table_GeneATLAS.csv"), maf_threshold=0.01, pvalue_threshold=1e-5, distance_threshold=1e6,