Skip to content
Snippets Groups Projects
Commit 8e9990bd authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix variables.

parent 684ef414
Branches
Tags
1 merge request!25Resolve "Test Astrocyte"
Pipeline #2824 canceled with stages
in 5 minutes and 54 seconds
......@@ -23,7 +23,6 @@ astrocyte:
- module unload nextflow
- cd ..
- astrocyte_cli validate chipseq_analysis
- astrocyte_cli test chipseq_analysis
artifacts:
expire_in: 2 days
......
......@@ -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
......@@ -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'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment