Rollup before parallelization
This commit is contained in:
@@ -50,7 +50,7 @@ if (length(args) >= 5) {
|
||||
# ZScores_Interaction.csv
|
||||
for (m in 1:length(zscores_file)) {
|
||||
|
||||
#zscores_file <- paste(Wstudy,"/",expName[m],'/ZScores/ZScores_Interaction.csv',sep="") #ArgsScore[1]
|
||||
# zscores_file <- paste(Wstudy,"/",expName[m],'/ZScores/ZScores_Interaction.csv',sep="") #ArgsScore[1]
|
||||
X <- read.csv(file = zscores_file[m], stringsAsFactors = FALSE, header = TRUE)
|
||||
|
||||
if (colnames(X)[1] == "OrfRep") {
|
||||
|
||||
Reference in New Issue
Block a user