Skip to content

Commit

Permalink
Rename path to age_rescaling
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 15, 2023
1 parent 8b0edc7 commit 12e4df3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set.seed(10091989)

cores <- detectCores()

source("pre_rescaling/SPC_functions_run_1.R")
source("age_rescaling/SPC_functions_run_1.R")

# Lookup
lu <- read.csv(paste(folderInOT, "lookUp-GB.csv", sep = ""))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spenserInput <- args[4]
folderOut <- args[5]

# Run
source("pre_rescaling/SPC_loadWorkspace_run_1.R")
source("pre_rescaling/SPC_pipelineLAD_run_1.R")
source("age_rescaling/SPC_loadWorkspace_run_1.R")
source("age_rescaling/SPC_pipelineLAD_run_1.R")

0 comments on commit 12e4df3

Please sign in to comment.