Skip to content

Commit e62d681

Browse files
author
Baohong Zhang
committed
Added more R lib paths
1 parent 93c791b commit e62d681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,7 +3663,7 @@ <h3>Brushed ranges</h3>
36633663
%%R
36643664
# Seurat version > 3.0.2 has issues with Jupyter notebook.
36653665
#!!! Please add your installation location of Seurat v3.0.2 to the code below,
3666-
library(Seurat,lib.loc=c('/share/Seurat_3.0.2/','/usr/lib64/R/library/Seurat_3.0.2/'))
3666+
library(Seurat,lib.loc=c('/share/Seurat_3.0.2/','/usr/lib64/R/library/Seurat_3.0.2/','/usr/share/R/library','/usr/lib64/R/library'))
36673667
library(patchwork)
36683668
library(ggplot2)
36693669
D <- t(arrow::read_feather(paste(strPath,".feather",sep="")))

0 commit comments

Comments
 (0)