Skip to content

Commit

Permalink
Revert renames for enrichment after rescaling
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 14, 2023
1 parent 74877d2 commit 5181ecc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set.seed(10091989)

cores <- detectCores()

source("SPC_functions_run_2.R")
source("SPC_functions.R")

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

# Run
source("SPC_loadWorkspace_run_2.R")
source("SPC_pipelineLAD_run_2.R")
source("SPC_loadWorkspace.R")
source("SPC_pipelineLAD.R")

0 comments on commit 5181ecc

Please sign in to comment.