Skip to content
Snippets Groups Projects
Commit bf87d199 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

Merge branch 'singularity' of git.biohpc.swmed.edu:BICF/Astrocyte/rnaseq into singularity

parents b5e2828c 2a49ed98
Branches
Tags
1 merge request!10Singularity
Pipeline #10009 canceled with stage
in 1 hour, 9 minutes, and 42 seconds
# Gitlab CI Script for astrocyte/rnaseq
# Brandi L. Cantarel - 2017
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- module load nextflow/0.31.0
- git submodule sync --recursive
- git submodule update --init --recursive
- module load nextflow/20.01.0
- module load singularity/3.0.2
stages:
- integration
......@@ -12,13 +14,13 @@ stages:
test_human:
stage: integration
script:
- nextflow run -with-dag flowchart.png -with-timeline human_timeline.html -with-report human_report.html workflow/main.nf --design /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/design.rnaseq.txt --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --output human_output
- nextflow run -c nextflow.config -with-dag flowchart.png -with-timeline human_timeline.html -with-report human_report.html workflow/main.nf --design /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/design.rnaseq.txt --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --output human_output
artifacts:
expire_in: 2 days
test_mouse:
stage: integration
script:
- nextflow run -with-dag flowchart.png -with-timeline mouse_timeline.html -with-report mouse_report.html workflow/main.nf --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/mouse/GRCm38 --markdups null --output mouse_output
- nextflow run -c nextflow.config -with-dag flowchart.png -with-timeline mouse_timeline.html -with-report mouse_report.html workflow/main.nf --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/mouse/GRCm38 --markdups null --output mouse_output
artifacts:
expire_in: 2 days
[submodule "workflow/process_scripts"]
path = workflow/process_scripts
url = git@git.biohpc.swmed.edu:ngsclialab/process_scripts.git
url = ../../../ngsclialab/process_scripts.git
......@@ -40,7 +40,7 @@ process {
singularity {
enabled = true
runOptions='--no-home --cleanenv'
cacheDir="$PWD"
singularity.cacheDir="$PWD"
}
trace {
......
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