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

Add CI test for inputBag override

parent 04bbabd5
Branches
Tags
2 merge requests!43Develop,!420.0.3
Pipeline #7997 failed with stages
in 7 minutes and 55 seconds
......@@ -11,6 +11,7 @@ stages:
- unit
- integration
- consistency
- override
getBag:
stage: unit
......@@ -191,4 +192,18 @@ consistency:
- assignedPE.txt
- assignedExpectSE.txt
- assignedExpectPE.txt
expire_in: 7 days
inputBag:
stage: override
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-Y5JA --inputBagForce test_data/bagit/Replicate_Q-Y5F6.zip --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} ./inputBagOverride_PE_multiqc_data.json \;
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- inputBagOverride_PE_multiqc_data.json
expire_in: 7 days
\ No newline at end of file
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