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

Add test for seq type failure

parent 3c5f30fb
Branches
Tags
2 merge requests!76Develop,!71Seqwho
......@@ -782,6 +782,21 @@ failFileStructure:
when:
- always
failSeqType:
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-DNDJ --source staging --upload true -with-dag dag.png --dev false --ci true --track true -with-report ./failSeqType_report.html
retry:
max: 0
when:
- always
override_inputBag:
stage: integration
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