From fcd6b610caffe0d92386347d70ea24ac7443c33f Mon Sep 17 00:00:00 2001 From: Mark Keller <7525285+keller-mark@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:44:29 -0400 Subject: [PATCH] Python path --- vignettes/giotto.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/giotto.Rmd b/vignettes/giotto.Rmd index ad60755..67e8188 100644 --- a/vignettes/giotto.Rmd +++ b/vignettes/giotto.Rmd @@ -31,7 +31,7 @@ instrs <- createGiottoInstructions( save_plot = TRUE, show_plot = FALSE, save_dir = save_dir, - python_path = "~/miniconda3/envs/vitessce-r-env/bin/python" + python_path = "~/software/miniconda3/envs/vitessce-r-env/bin/python" ) getSpatialDataset(dataset = "seqfish_SS_cortex", directory = save_dir, method = "wget")