Skip to content
Snippets Groups Projects
Commit bad4c930 authored by Gilquin's avatar Gilquin
Browse files

removed reticulate conda env import

parent b9ffeed6
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,6 @@ import::from("./scripts/statistics.R", "varPCA", .character_only=TRUE)
# set global ggplot2 theme
ggplot2::theme_set(theme_custom())
# load reticulate env
reticulate::use_condaenv("seurat", required = TRUE)
# path to read raw data
datadir <- "./data"
......
......@@ -35,9 +35,6 @@ import::from("./scripts/statistics.R", "varPCA", .character_only=TRUE)
# set global ggplot2 theme
ggplot2::theme_set(theme_custom())
# load reticulate env
reticulate::use_condaenv("seurat", required = TRUE)
# path to read raw data
datadir <- "./data"
......
......@@ -35,9 +35,6 @@ import::from("./scripts/statistics.R", "varPCA", .character_only=TRUE)
# set global ggplot2 theme
ggplot2::theme_set(theme_custom())
# load reticulate env
reticulate::use_condaenv("seurat", required = TRUE)
# path to read raw data
datadir <- "./data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment