Newer
Older
- pip install --user pytest-pythonpath
- module load nextflow/0.24.1-SNAPSHOT
- 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