Skip to content
Snippets Groups Projects
Commit 12a30bd9 authored by van den Berg's avatar van den Berg
Browse files

Add vcf-to-varda conda env

parent 6b91dae5
No related branches found
No related tags found
2 merge requests!2Add testing to vcf-to-varda,!1Gitlab ci
Pipeline #3730 failed
......@@ -5,6 +5,14 @@ variables:
before_script:
- pip3 install pytest-workflow
.slurm_before_script_anchor: &slurm_before_script_anchor
before_script:
- export BASETEMP=$RUN_BASE_DIR/$CI_COMMIT_REF_NAME/$CI_JOB_ID
- source ${CONDA_SH}
- conda activate vcf-to-varda
- export PATH=${PATH}:${SINGULARITY_PATH}
- echo $BASETEMP
stages:
- sanity
- dry-run
......@@ -19,9 +27,9 @@ test-sanity:
stage: sanity
test-dry-run:
<<: *before_script_anchor
<<: *slurm_before_script_anchor
script:
- pytest --keep-workflow-wd-on-fail --tag dry-run
- pytest --keep-workflow-wd-on-fail --basetemp ${BASETEMP} --tag dry-run
image: lumc/singularity-snakemake:3.5.2-5.15.0
tags:
- slurm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment