Fix RScript input
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user