Skip to content

Commit

Permalink
Try specifying wd in test-map_snps_to_genes
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Aug 11, 2022
1 parent defaa33 commit 8cb235f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-map_snps_to_genes.r
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ test_that("map_snps_to_genes works", {
ctd <- ewceData::ctd()
#### Run SNP-to-gene mapping ####
## Use a very small example GWAS file
wd <- getwd()
path_formatted <- MAGMA.Celltyping::get_example_gwas(
trait = "educational_attainment")
trait = "educational_attainment",
storage_dir = wd)
## Map
genesOutPath <- MAGMA.Celltyping::map_snps_to_genes(
path_formatted = path_formatted,
Expand Down

0 comments on commit 8cb235f

Please sign in to comment.