First stab at organizing fs

This commit is contained in:
2024-07-28 05:54:41 -04:00
parent 8de5005055
commit e734dcd93a
2 changed files with 11 additions and 17 deletions

View File

@@ -30,7 +30,6 @@ if (length(args) > 3) {
}
studies <- args[3:length(args)]
inputFiles <- c()
for (study in 1:length(studies)) {
zsFile <- file.path(study, 'zscores', 'zscores_interaction.csv')