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

Add Vizapp of multiqc results

parent ef15575a
Branches
Tags
3 merge requests!59Develop,!58Develop,!47Add Vizapp of multiqc results
Pipeline #4807 passed with stages
in 2 minutes
library(shiny)
library(shinyFiles)
setwd("../")
ui <- fluidPage(
includeHTML("workflow/output/multiqc/test/multiqc_report.html")
)
server <- function(input, output, session) {}
shinyApp(ui, server)
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