Fix RScript input

This commit is contained in:
2024-08-04 23:01:10 -04:00
parent 0715c2b150
commit 4059cc965f
7 changed files with 21 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ args <- commandArgs(TRUE)
exp_name <- args[1]
exp_name2 <- args[2]
if (length(args) > 3) {
if (length(args) >= 3) {
study_info_file <- args[3]
} else {
study_info_file <- "StudyInfo.csv"