Skip to content
Snippets Groups Projects
Unverified Commit 8249df26 authored by Lavinia Baumstark's avatar Lavinia Baumstark Committed by GitHub
Browse files

Merge pull request #106 from dklein-pik/develop

Add .Rprofile to the list of files that are copied into the results f…
parents afaee1e7 698da77b
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ submit <- function(cfg, restart = FALSE) {
save(cfg,file=filename)
# Copy files required to confiugre and start a run
filelist <- c("prepare_and_run.R" = "scripts/start/prepare_and_run.R")
filelist <- c("prepare_and_run.R" = "scripts/start/prepare_and_run.R",
".Rprofile" = ".Rprofile")
.copy.fromlist(filelist,cfg$results_folder)
# Do not remove .RData files from REMIND main folder because they are needed in case you need to manually restart subsequent runs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment