Conversation
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for the All of Us RNA-seq QTL analysis pipeline and enhances error handling across multiple WDL workflows by adding bash strict mode (set -euo pipefail).
Changes:
- Created a detailed README documenting the end-to-end eQTL and sQTL analysis workflow
- Added
set -euo pipefailto command blocks in multiple WDL tasks for improved error handling - Incremented pipeline versions and updated changelogs to reflect these improvements
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| all_of_us/rna_seq/README.md | New comprehensive documentation covering the complete QTL analysis pipeline workflow |
| all_of_us/rna_seq/susieR_workflow.wdl | Added bash strict mode to susieR task |
| all_of_us/rna_seq/susieR_workflow.changelog.md | Version bump to aou_9.0.1 with changelog entry |
| all_of_us/rna_seq/aggregate_rsem_results.wdl | Added bash strict mode and version bump to aou_9.0.1 |
| all_of_us/rna_seq/aggregate_rsem_results.changelog.md | Added changelog entry for version aou_9.0.1 |
| all_of_us/rna_seq/CalculatePhenotypeGroups.wdl | Added bash strict mode to PrepareSpliceData task |
| all_of_us/rna_seq/CalculatePhenotypeGroups.changelog.md | Added changelog entry for version aou_9.0.1 |
| all_of_us/rna_seq/AggregateSusieWorkflow.wdl | Added bash strict mode to two tasks and version bump to aou_9.0.2 |
| all_of_us/rna_seq/AggregateSusieWorkflow.changelog.md | Added changelog entry for version aou_9.0.2 |
| # aou_9.0.1 | ||
| 2026-01-29 (Date of Last Commit) | ||
|
|
||
| * Added set euo pipefail to tasks |
There was a problem hiding this comment.
Missing hyphen in bash option. Should be 'set -euo pipefail' to correctly describe the bash command.
| * Added set euo pipefail to tasks | |
| * Added `set -euo pipefail` to tasks |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
|
Remember to squash merge! |
🔍Changelog Validation Results: |
🔍Version Validation Results: |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Remember to squash merge! |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Remember to squash merge! |
🔍Version Validation Results: |
🔍Changelog Validation Results: |
1 similar comment
🔍Changelog Validation Results: |
🔍Version Validation Results: |
Adding a first draft readme for RNA qtl analysis for AoU v9