Address review feedback from #1838#1839
Merged
Merged
Conversation
Two actionable nitpicks from Famke's #1838 review: - Condense the two large `strandCheckSummaryYaml` JSON snapshots in `multiqc_rnaseq` function tests to `.md5()` so the snap file stops carrying ~1 KB of inlined JSON per test - Add a Software dependencies subsection to the 3.26.0 changelog so it is obvious at a glance which tool versions changed in this release (only `trim-galore`) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Make it visually obvious in the table itself that the STAR removal covers only the parallel 2.6.1d legacy build, not the default aligner. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Member
Author
|
Admin-merged with required-checks bypass. Two heavy nf-test workflows ( Rationale: this PR only touches |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up the actionable nitpicks from @famosab's review on #1838:
Snapshot rendering
The two
strandCheckSummaryYamlfunction tests inmultiqc_rnaseqwere emitting ~1 KB of inlined JSON per snapshot entry, which is hard to scan ingit diff. They now snapshotfunction.result.md5()instead. The structural assertion in the multi-sample test (alphabetical key order viaJsonSlurper) is unchanged, so we still catch ordering regressions; byte-stability is covered by the md5 snap.Software dependencies table for 3.26.0
Added a
### Software dependenciessubsection to the 3.26.0 changelog entry summarising tool changes since 3.25.0:trim-galoregawkSTAR(
gawkis the new localSTAR_GENOMEPARAMS_UPGRADEdependency; the STAR row reflects #1835 dropping the legacy 2.6.1d pin, not a change to the default STAR.)Not addressed (covered in #1838 thread)
prepare_genome/main.nf: those comments were specific to the STAR 2.6.1d legacy path that Drop legacy STAR 2.6.1d pin; upgrade iGenomes index params instead #1835 removed entirely.Test plan
nf-test test subworkflows/local/multiqc_rnaseq/tests/main.function.nf.testpasses (regenerated snap on a 0.9.5 host so only the two intended entries change)🤖 Generated with Claude Code