source("R/packages.R")
source("R/ui.R") # Sources multiple UI helper scripts.
source("R/server.R")
source("R/control.R")
source("R/project.R")
source("R/pipeline.R")
source("R/process.R")
source("R/process_sge.R")
source("R/results.R")
source("R/logs.R")
source("R/transient.R")
shinyApp(ui = ui, server = server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.