diff --git a/scripts/templates/template.R b/scripts/templates/template.R index 331fdb2..3259257 100644 --- a/scripts/templates/template.R +++ b/scripts/templates/template.R @@ -2,7 +2,7 @@ library("this.path") library("anndata") -source(paste(dirname(this.dir()), "r/_constants.R", sep = "/")) +source(file.path(dirname(this.dir()), "r/_constants.R")) # Constants DATASET_ID <- ""