Merge branch 'citemplate' into 'dev'
Citemplate See merge request epi2melabs/workflow-containers/wf-template!8
This commit is contained in:
commit
f7aa07209b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user