Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_mkfastq
Commits
a646910c
Commit
a646910c
authored
5 years ago
by
Jeremy Mathews
Browse files
Options
Downloads
Patches
Plain Diff
Revert to origional vizapp
parent
66170b99
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!59
Develop
,
!58
Develop
,
!50
Vizapp
,
!49
Revert to origional vizapp
Pipeline
#4819
passed with stages
in 2 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
vizapp/app.R
+12
-0
12 additions, 0 deletions
vizapp/app.R
vizapp/server.R
+0
-4
0 additions, 4 deletions
vizapp/server.R
vizapp/ui.R
+0
-8
0 additions, 8 deletions
vizapp/ui.R
with
12 additions
and
12 deletions
vizapp/app.R
0 → 100644
+
12
−
0
View file @
a646910c
library
(
shiny
)
library
(
shinyFiles
)
setwd
(
"../"
)
ui
<-
fluidPage
(
includeHTML
(
"workflow/output/multiqc/test/multiqc_report.html"
)
)
server
<-
function
(
input
,
output
,
session
)
{}
shinyApp
(
ui
,
server
)
This diff is collapsed.
Click to expand it.
vizapp/server.R
deleted
100644 → 0
+
0
−
4
View file @
66170b99
library
(
shiny
)
library
(
shinyFiles
)
function
(
input
,
output
,
session
)
{}
This diff is collapsed.
Click to expand it.
vizapp/ui.R
deleted
100644 → 0
+
0
−
8
View file @
66170b99
library
(
shiny
)
library
(
shinyFiles
)
setwd
(
"../"
)
fluidPage
(
includeHTML
(
Sys.glob
(
"workflow/output/multiqc/*/multiqc_report.html"
))
)
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment