diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dd2e7a245def0ef28681d04b852cf88e23a977b..49b09a17ebbc9ac0c6bbd7b5fe31fc8b3e6635da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index faa11d1c1f38bd219bd9be40c01abfd668b20085..75534092d57ebdcce8d8d2d811f586a1b22224ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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