Skip to content
Snippets Groups Projects
Commit bf3170ae authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Make general

parent a646910c
Branches
Tags
4 merge requests!59Develop,!58Develop,!50Vizapp,!49Revert to origional vizapp
Pipeline #4820 passed with stages
in 2 minutes and 13 seconds
...@@ -4,7 +4,7 @@ library(shinyFiles) ...@@ -4,7 +4,7 @@ library(shinyFiles)
setwd("../") setwd("../")
ui <- fluidPage( ui <- fluidPage(
includeHTML("workflow/output/multiqc/test/multiqc_report.html") includeHTML(Sys.glob("workflow/output/multiqc/*/multiqc_report.html"))
) )
server <- function(input, output, session) {} server <- function(input, output, session) {}
......
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