Merge branch 'citemplate' into 'dev'

Citemplate

See merge request epi2melabs/workflow-containers/wf-template!8
This commit is contained in:
Chris Wright 2021-03-16 17:34:15 +00:00
commit f7aa07209b

View File

@ -2,16 +2,17 @@ include:
- project: "epi2melabs/ci-templates" - project: "epi2melabs/ci-templates"
file: "wf-containers.yaml" file: "wf-containers.yaml"
variables: .run: &run |
RUN: "./nextflow run main.nf -w ${OUTPUT}/workspace --out_dir ${OUTPUT} --fastq test_data/reads.fq.gz" ${NEXTFLOWRUN} -w ${OUTPUT}/workspace --out_dir ${OUTPUT} \
--fastq test_data
conda-run: conda-run:
extends: .conda-run extends: .conda-run
script: script:
- "${RUN} -profile conda" - *run
docker-run: docker-run:
extends: .docker-run extends: .docker-run
script: script:
- "${RUN} -profile standard --wfversion latest" - *run
- touch $CI_PROJECT_DIR/success - touch ${CI_PROJECT_DIR}/success