Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
add pull gt option
Browse files Browse the repository at this point in the history
  • Loading branch information
saraloo committed Apr 14, 2023
1 parent 2d79a71 commit a0b12dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/scripts/postprocess/run_sim_processing_SLURM.R
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ data_path <- opt$data_path

Sys.setenv(CONFIG_PATH = opt$config)
Sys.setenv(COVID_PATH = source_loc)
if (pathogen == "flu"){
if (pathogen == "flu" & pull_gt){
source(paste0(source_loc, "/R/scripts/build_flu_data.R"))
} else if (pathogen == "covid19"){
} else if (pathogen == "covid19" & pull_gt){
source(paste0(source_loc, "/R/scripts/build_covid_data.R"))
}

Expand Down

0 comments on commit a0b12dd

Please sign in to comment.