Skip to content

Commit 3fb071a

Browse files
committed
Align release documentation with CI behavior
1 parent d6ba1b7 commit 3fb071a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Rscript dev/snapshot_lockfile.R
167167
bulk-rnaseq-differential-expression/
168168
├── .github/
169169
│ └── workflows/
170-
│ └── ci.yml # CI (renv status, lint, tests)
170+
│ └── ci.yml # CI (renv status, lint, tests, rebuild validation)
171171
├── .lintr # lintr configuration
172172
├── .Rprofile # renv autoloader
173173
├── 000_install_dependencies.R # Install all required packages

REPRODUCIBILITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Rscript -e 'testthat::test_dir("tests/testthat")'
7272
Rscript dev/lint.R
7373
```
7474

75-
GitHub Actions also performs a clean rebuild of the tracked analysis outputs and checks that regenerated key outputs match the committed versions.
75+
GitHub Actions also performs a clean rebuild of the tracked analysis outputs, compares regenerated tables against the committed versions, and checks that key figures were regenerated successfully.
7676

7777
For a workflow-level comparison against DESeq2, nf-core/rnaseq, `targets`, and `workflowr`, see `WORKFLOW_BENCHMARK.md`.

WORKFLOW_BENCHMARK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository starts from a published GEO count matrix, so the benchmark below
1414
- DE effect estimation: raw DESeq2 inference plus `apeglm`-shrunken log2 fold changes for ranking, MA plotting, and volcano visualization.
1515
- Robustness: balanced-subset analysis is benchmarked against the full QC-passed cohort, with overlap and concordance written to `results/tables/analysis_summary.csv`.
1616
- Reproducibility: `renv`-pinned environment, deterministic seeds, GitHub Actions rebuilds, and explicit git/session provenance in `results/session_info.txt`.
17-
- Artifact validation: tracked tables are rebuilt in CI and compared against committed results; key figures are also diff-checked.
17+
- Artifact validation: tracked tables are rebuilt in CI and compared against committed results; key figures are checked for successful regeneration.
1818

1919
## Remaining gaps relative to broader workflows
2020

0 commit comments

Comments
 (0)