before_script: - module add python/3.6.1-2-anaconda - pip install --user pytest-pythonpath pytest-cov - module load nextflow/0.31.0 - ln -s /project/shared/bicf_workflow_ref/workflow_testdata/chipseq/*fastq.gz test_data/ stages: - unit - integration user_configuration: stage: unit script: - pytest -m unit single_end_mouse: stage: integration script: - nextflow run workflow/main.nf -resume - pytest -m integration - pytest --cov=./workflow/scripts artifacts: expire_in: 2 days paired_end_human: stage: integration script: - nextflow run workflow/main.nf --designFile "/work/BICF/s163035/builds/932983dd/0/BICF/Astrocyte/chipseq_analysis/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true -resume artifacts: expire_in: 2 days