Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Sep 18, 2023
1 parent 59ce00c commit 4409c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -5105,7 +5105,7 @@ saveRDS.compress.in.BG <- function(obj, compr = FALSE, fname) {
isave.RDS <- function(obj, prefix =NULL, suffix = NULL, inOutDir = TRUE
, project = getProject()
, alternative_path_rdata = paste0("~/Dropbox (VBC)/Abel.IMBA/AnalysisD/_RDS.files/", basename(OutDir))
, homepath = '/Users/abel.vertesy/'
, homepath = if(Sys.info()[1]=="Darwin") '/Users/abel.vertesy/' else '/users/abel.vertesy/'
, showMemObject = T, saveParams =T
, compress = TRUE){

Expand Down

0 comments on commit 4409c11

Please sign in to comment.