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

Use datahub as source for integration_se ci

parent ba58c650
Branches
Tags
2 merge requests!76Develop,!71Seqwho
......@@ -683,7 +683,7 @@ integration_se:
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-1ZX4 --source staging --upload true -with-dag dag.png --dev false --ci true --track true -with-report ./SE_report.html
- nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --source staging --refSource datahub --upload true -with-dag dag.png --dev false --ci true --track true -with-report ./SE_report.html
- find . -type f -name "multiqc_data.json" -exec cp {} ./SE_multiqc_data.json \;
- pytest -m completionMultiqc --filename SE_multiqc_data.json
artifacts:
......
......@@ -26,6 +26,7 @@
* Change uploadOutputBag logic to change reuse hatrac file if alread exists (re-uses Output_Bag entry by reassigning Execution_Run RID) (#112)
* Add new CI py tests for override and integration
* Fix fastq file and species error status detail bub (#118)
* Use datahub as source for references for integration_se ci
*Known Bugs*
* Override params (inputBag, fastq, species) aren't checked for integrity
......
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