Skip to content
Snippets Groups Projects
Commit 4d111e92 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add ambiguous species, trunkated fastq, R1/R2 mismatch to integration tests

parent 982092fb
Branches
Tags
2 merge requests!61Develop,!60Resolve "failPreExecution not running on fastq error"
...@@ -705,6 +705,51 @@ integration_pe: ...@@ -705,6 +705,51 @@ integration_pe:
- always - always
failAmbiguousSpecies:
stage: integration
only: [merge_requests]
except:
variables:
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /master/
script:
- hostname
- ulimit -a
- nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5ER --source staging --upload true -with-dag dag.png --dev false --ci true
retry:
max: 0
when:
- always
failTrunkation:
stage: integration
only: [merge_requests]
except:
variables:
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /master/
script:
- hostname
- ulimit -a
- nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5ET --source staging --upload true -with-dag dag.png --dev false --ci true
retry:
max: 0
when:
- always
failMismatchR1R2:
stage: integration
only: [merge_requests]
except:
variables:
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /master/
script:
- hostname
- ulimit -a
- nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-CWH4 --source staging --upload true -with-dag dag.png --dev false --ci true
retry:
max: 0
when:
- always
override_inputBag: override_inputBag:
stage: integration stage: integration
only: [merge_requests] only: [merge_requests]
......
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