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

Add in Resume option.

parent 2b4d340c
1 merge request!18Resolve "Add in current chip-analysis functionality."
......@@ -16,7 +16,7 @@ user_configuration:
single_end_mouse:
stage: integration
script:
- nextflow run workflow/main.nf
- nextflow run workflow/main.nf -resume
- pytest -m integration
- pytest --cov=./workflow/scripts
artifacts:
......@@ -25,6 +25,6 @@ single_end_mouse:
paired_end_human:
stage: integration
script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true -resume
artifacts:
expire_in: 2 days
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