From 34de95beefe7ec4f301a81f356dd7a86b13fe63c Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Sat, 25 Apr 2026 17:53:33 -0400 Subject: [PATCH] Refactor path definition in R template --- scripts/templates/template.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <- ""