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
53787c3c
Commit
53787c3c
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
!13
parents
42ca1e1e
3710a5e1
Branches
Branches containing commit
Tags
publish_1.0.0
1 merge request
!13
Develop
Pipeline
#3932
passed with stage
in 11 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+19
-0
19 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG
+7
-0
7 additions, 0 deletions
CHANGELOG
README.md
+4
-0
4 additions, 0 deletions
README.md
astrocyte_pkg.yml
+1
-1
1 addition, 1 deletion
astrocyte_pkg.yml
with
31 additions
and
1 deletion
.gitlab-ci.yml
+
19
−
0
View file @
53787c3c
...
...
@@ -6,9 +6,28 @@ before_script:
stages
:
-
astrocyte
-
simple
astrocyte_check
:
stage
:
astrocyte
script
:
-
astrocyte_cli check ../tcga_shiny
artifacts
:
expire_in
:
2 days
retry
:
max
:
2
when
:
-
always
simple
:
stage
:
simple
except
:
-
tags
script
:
-
nextflow run workflow/main.nf
artifacts
:
expire_in
:
2 days
retry
:
max
:
2
when
:
-
always
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CHANGELOG
0 → 100644
+
7
−
0
View file @
53787c3c
# v1.0.0 (in development)
**User Facing**
* Working version
**Background**
*Known Bugs*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
53787c3c
|
*master*
|
*develop*
|
|:-:|:-:|
|
[

](https://git.biohpc.swmed.edu/BICF/Astrocyte/tcga_shiny/commits/master)|
[

](https://git.biohpc.swmed.edu/BICF/Astrocyte/tcga_shiny/commits/develop)|
Author: Spencer Barnes
<Spencer.Barnes@UTSouthwestern.edu>
Date: January 25, 2019
Description: Shiny app for analyzing TCGA data for frequently asked requests through the Help-Desk.
...
...
This diff is collapsed.
Click to expand it.
astrocyte_pkg.yml
+
1
−
1
View file @
53787c3c
...
...
@@ -9,7 +9,7 @@
# A unique identifier for the workflow package, text/underscores only
name
:
'
tcga_shiny'
# Who wrote this?
author
:
'
Spencer
Barnes,
Gervaise
Henry
and
Venkat
Malladi'
author
:
'
Spencer
Barnes,
Gervaise
H.
Henry
,
Jeremy
Mathews
and
Venkat
Malladi'
# A contact email address for questions
email
:
'
bicf@utsouthwestern.edu'
# A more informative title for the workflow package
...
...
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