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

Add in paired-end data test.

parent 5b44e9ab
Branches
Tags
No related merge requests found
......@@ -18,3 +18,8 @@ single_end_mouse:
script:
- nextflow run workflow/main.nf
- pytest -m integration
paired_end_human:
stage: integration
script:
- nextflow run workflow/main.nf --designFile "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