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
1 merge request!23Resolve "Output software versions and methods and references"
......@@ -30,6 +30,8 @@ paired_end_human:
stage: single
only:
- branches
except:
- master
script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true -resume
- pytest -m pairedend
......@@ -40,6 +42,8 @@ single_end_diff:
stage: multiple
only:
- branches
except:
- master
script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' -resume
- 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