Skip to content
Snippets Groups Projects
Commit d9572f4c authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Add in nextflow test.

parent 2e634083
Branches
Tags
No related merge requests found
before_script: before_script:
- module add python/3.6.1-2-anaconda - module add python/3.6.1-2-anaconda
- pip install --user pytest-pythonpath - 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/
test: test:
script: script:
- nextflow run workflow/main.nf
- pytest - pytest
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment