Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tcga_shiny
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
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
tcga_shiny
Commits
9f80e2fd
There was a problem fetching the pipeline stages.
Commit
9f80e2fd
authored
6 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Put outputDir in global.R
parent
4675a219
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
Put outputDir in global.R
Pipeline
#3511
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vizapp/global.R
+1
-0
1 addition, 0 deletions
vizapp/global.R
vizapp/server.R
+0
-1
0 additions, 1 deletion
vizapp/server.R
with
1 addition
and
1 deletion
vizapp/global.R
0 → 100644
+
1
−
0
View file @
9f80e2fd
data.dir
<-
Sys.getenv
(
'outputDir'
)
This diff is collapsed.
Click to expand it.
vizapp/server.R
+
0
−
1
View file @
9f80e2fd
...
...
@@ -44,7 +44,6 @@ get.filt<-function(var){
shinyServer
(
function
(
input
,
output
,
session
){
data.dir
<-
Sys.getenv
(
'outputDir'
)
vars
<-
eventReactive
(
input
$
go
,{
get.filt
(
input
)
})
...
...
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