Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
chipseq_analysis
Commits
8e9990bd
There was a problem fetching the pipeline stages.
Commit
8e9990bd
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix variables.
parent
684ef414
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!25
Resolve "Test Astrocyte"
Pipeline
#2824
canceled with stages
in 5 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
astrocyte_pkg.yml
+2
-1
2 additions, 1 deletion
astrocyte_pkg.yml
workflow/main.nf
+1
-0
1 addition, 0 deletions
workflow/main.nf
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
0
−
1
View file @
8e9990bd
...
...
@@ -23,7 +23,6 @@ astrocyte:
-
module unload nextflow
-
cd ..
-
astrocyte_cli validate chipseq_analysis
-
astrocyte_cli test chipseq_analysis
artifacts
:
expire_in
:
2 days
...
...
This diff is collapsed.
Click to expand it.
astrocyte_pkg.yml
+
2
−
1
View file @
8e9990bd
...
...
@@ -155,6 +155,7 @@ vizapp_cran_packages:
# List of any Bioconductor packages, not provided by the modules,
# that must be made available to the vizapp
vizapp_bioc_packages
:
-
none
-
none
vizapp_github_packages
:
-
js229/Vennerable
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
1
−
0
View file @
8e9990bd
...
...
@@ -11,6 +11,7 @@ params.cutoffRatio = 1.2
params.outDir= "$baseDir/output"
params.extendReadsLen = 100
params.topPeakCount = 600
params.astrocyte = 'false'
// Assign variables if astrocyte
params.genome = 'GRCm38'
...
...
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