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
chipseq_analysis
Commits
8e9990bd
Commit
8e9990bd
authored
Jan 12, 2019
by
Venkat Malladi
Browse files
Fix variables.
parent
684ef414
Pipeline
#2824
canceled with stages
in 5 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
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
...
...
astrocyte_pkg.yml
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
workflow/main.nf
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'
...
...
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