Skip to content
Snippets Groups Projects
Commit 0657e266 authored by Brandon Chen's avatar Brandon Chen
Browse files

bugfix for vizapp

parent 8c0fa74b
Branches
Tags
No related merge requests found
Pipeline #13962 failed with stage
......@@ -8,7 +8,7 @@ source("./ODA_functions/workBook.R")
source("./ODA_functions/statTests.R")
source("./ODA_functions/my_workbook.R")
library(shiny)
astrocyte_flag=F
astrocyte_flag=T
if (astrocyte_flag == T) {rootdir<-paste0(Sys.getenv('outputDir'),"/")
} else if (astrocyte_flag == F) {rootdir<-"./data/"}
files <- list.files(rootdir,pattern="\\.rdata$",ignore.case=TRUE)
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment