Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
66170b99
Commit
66170b99
authored
Aug 27, 2019
by
Jeremy Mathews
Browse files
Split app.R into server and UI
parent
61ebdc45
Pipeline
#4813
passed with stages
in 1 minute and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vizapp/app.R
deleted
100644 → 0
View file @
61ebdc45
library
(
shiny
)
library
(
shinyFiles
)
setwd
(
"../"
)
ui
<-
fluidPage
(
includeHTML
(
"workflow/output/multiqc/test/multiqc_report.html"
)
)
server
<-
function
(
input
,
output
,
session
)
{}
shinyApp
(
ui
,
server
)
vizapp/server.R
0 → 100644
View file @
66170b99
library
(
shiny
)
library
(
shinyFiles
)
function
(
input
,
output
,
session
)
{}
vizapp/ui.R
0 → 100644
View file @
66170b99
library
(
shiny
)
library
(
shinyFiles
)
setwd
(
"../"
)
fluidPage
(
includeHTML
(
Sys.glob
(
"workflow/output/multiqc/*/multiqc_report.html"
))
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment