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"
file: "wf-containers.yaml"
variables:
RUN: "./nextflow run main.nf -w ${OUTPUT}/workspace --out_dir ${OUTPUT} --fastq test_data/reads.fq.gz"
.run: &run |
${NEXTFLOWRUN} -w ${OUTPUT}/workspace --out_dir ${OUTPUT} \
--fastq test_data
conda-run:
extends: .conda-run
script:
- "${RUN} -profile conda"
- *run
docker-run:
extends: .docker-run
script:
- "${RUN} -profile standard --wfversion latest"
- touch $CI_PROJECT_DIR/success
- *run
- touch ${CI_PROJECT_DIR}/success