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

rename tests.

parent 641bb7c1
No related merge requests found
Pipeline #5225 canceled with stages
in 43 minutes and 5 seconds
......@@ -13,14 +13,14 @@ user_configuration:
script:
- pytest -m unit
single_end_mouse:
single_end_human:
stage: integration
script:
- nextflow run workflow/main.nf
artifacts:
expire_in: 2 days
paired_end_human:
paired_end_mouse:
stage: integration
script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR451NAE_PE.txt" --genome 'GRCm38' --pairedEnd true
......
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