From 7880cd79e28ef6aa2550f21773cb5bea06b508b1 Mon Sep 17 00:00:00 2001 From: Vera Karlbauer Date: Wed, 25 Sep 2024 13:23:15 -0400 Subject: [PATCH] Save package path to user choices --- scripts/1_definitions_and_setup.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/1_definitions_and_setup.Rmd b/scripts/1_definitions_and_setup.Rmd index ea74e81..404f356 100644 --- a/scripts/1_definitions_and_setup.Rmd +++ b/scripts/1_definitions_and_setup.Rmd @@ -131,6 +131,7 @@ user_choices <- data.frame( "personal_path" = personal_path, "pheno_path" = pheno_path, "idat_path" = idat_path, + "package_path" = package_path, "project_name" = project_name, "array_type" = array_type, "population_ethnicity" = population_ethnicity,