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

Fix when things are run.

parent 84ea9d59
Branches
Tags
No related merge requests found
...@@ -30,6 +30,8 @@ paired_end_human: ...@@ -30,6 +30,8 @@ paired_end_human:
stage: single stage: single
only: only:
- branches - branches
except:
- master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true -resume
- pytest -m pairedend - pytest -m pairedend
...@@ -40,6 +42,8 @@ single_end_diff: ...@@ -40,6 +42,8 @@ single_end_diff:
stage: multiple stage: multiple
only: only:
- branches - branches
except:
- master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' -resume
- pytest -m singlediff - pytest -m singlediff
......
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