Skip to content
Snippets Groups Projects
Commit 1515980c authored by David Klein's avatar David Klein
Browse files

Code cleaning

parent 03124715
No related branches found
No related tags found
1 merge request!155A coupled of fixes and improvements to the start scripts
...@@ -24,8 +24,6 @@ library(lucode) ...@@ -24,8 +24,6 @@ library(lucode)
if(!exists("source_include")) { if(!exists("source_include")) {
# if this script is not being sourced by another script but called from the command line via Rscript read the command line arguments and let the user choose the slurm options # if this script is not being sourced by another script but called from the command line via Rscript read the command line arguments and let the user choose the slurm options
readArgs("outputdir","output","comp","remind_dir") readArgs("outputdir","output","comp","remind_dir")
#source("scripts/utils/choose_slurmConfig.R")
#slurmConfig <- choose_slurmConfig()
} }
#Setting relevant paths #Setting relevant paths
......
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