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

Expire in 2 days.

parent 55c0d935
Branches
Tags
No related merge requests found
Pipeline #2038 failed with stages
in 29 minutes and 30 seconds
......@@ -19,8 +19,12 @@ single_end_mouse:
- nextflow run workflow/main.nf
- pytest -m integration
- pytest --cov=./workflow/scripts
artifacts:
expire_in: 2 days
paired_end_human:
stage: integration
script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/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' --pairedEnd true
artifacts:
expire_in: 2 days
process {
executor = 'slurm'
queue='super'
queue = 'super'
// Process specific configuration
$checkDesignFile {
......
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