Skip to content
Snippets Groups Projects
Commit 4b36982e authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Improve specification of reticulate python

parent 330ca953
Branches
Tags
No related merge requests found
......@@ -8,9 +8,6 @@
#'
run_nsforest <- function(sce, pars) {
# Ensure we use the correct conda environment.
# FIXME: Move to .Rprofile.
Sys.setenv(RETICULATE_PYTHON = "/home/jpullin/.conda/envs/mage/bin/python")
library(reticulate)
old_wd <- getwd()
......
......@@ -8,9 +8,6 @@
#'
run_rankcorr <- function(sce, pars) {
# Ensure we use the correct conda environment.
# FIXME: Move to .Rprofile.
Sys.setenv(RETICULATE_PYTHON = "/home/jpullin/.conda/envs/mage/bin/python")
library(reticulate)
old_wd <- getwd()
......
......@@ -8,9 +8,6 @@
#'
run_scanpy <- function(sce, pars) {
# Ensure we use the correct conda environment.
# FIXME: Move to .Rprofile.
Sys.setenv(RETICULATE_PYTHON = "/home/jpullin/.conda/envs/mage/bin/python")
library(reticulate)
# Load scanpy (R side).
......
......@@ -8,9 +8,6 @@
#'
run_scgenefit <- function(sce, pars) {
# Ensure we use the correct conda environment.
# FIXME: Move to .Rprofile.
Sys.setenv(RETICULATE_PYTHON = "/home/jpullin/.conda/envs/mage/bin/python")
library(reticulate)
scgf_funcs <- import("scGeneFit.functions")
......
......@@ -8,9 +8,6 @@
#'
run_smash <- function(sce, pars) {
# Ensure we use the correct conda environment.
# FIXME: Move to .Rprofile.
Sys.setenv(RETICULATE_PYTHON = "/home/jpullin/.conda/envs/mage/bin/python")
library(reticulate)
old_wd <- getwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment