Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed May 23, 2024
1 parent 6f5f32e commit 19825c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inputs_from_gene_atlas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19825c9

Please sign in to comment.