Skip to content
Snippets Groups Projects

0.0.3

Merged Gervaise Henry requested to merge 0.0.3 into develop
Viewing commit d7b22a9f
Show latest version
1 file
+ 15
0
Preferences
File browser
Compare changes
+ 15
0
@@ -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