Fix RScript input
This commit is contained in:
@@ -8,13 +8,13 @@ library(gplots)
|
||||
args <- commandArgs(TRUE)
|
||||
|
||||
# Set output dir
|
||||
if (length(args) > 1) {
|
||||
if (length(args) >= 1) {
|
||||
input_finalTable <- args[1]
|
||||
} else {
|
||||
input_finalTable <- "/REMcHeatmaps/REMcWithShift.csv" # for legacy workflow
|
||||
}
|
||||
|
||||
if (length(args) > 2) {
|
||||
if (length(args) >= 2) {
|
||||
outDir <- args[2]
|
||||
} else {
|
||||
outDir <- "/REMcHeatmaps/REMcWithShift.csv" # for legacy workflow
|
||||
|
||||
Reference in New Issue
Block a user