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

Fix path.

parent c6c647d8
Branches
Tags
No related merge requests found
Pipeline #1565 passed with stages
in 4 hours, 47 minutes, and 2 seconds
......@@ -18,9 +18,9 @@ single_end_mouse:
script:
- nextflow run workflow/main.nf
- pytest -m integration
- pytest --cov=./workflow/scripts
- pytest --cov=./workflow/scripts
paired_end_human:
stage: integration
script:
- nextflow run workflow/main.nf --designFile "$baseDir/../test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38'
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38'
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