Update seqsero2: topic versions, stub block, sanitizeOutput#11446
Open
HReed1 wants to merge 3 commits intonf-core:masterfrom
Open
Update seqsero2: topic versions, stub block, sanitizeOutput#11446HReed1 wants to merge 3 commits intonf-core:masterfrom
HReed1 wants to merge 3 commits intonf-core:masterfrom
Conversation
SPPearce
requested changes
May 1, 2026
| process.out.versions | ||
| ).match() | ||
| } | ||
| { assert snapshot(sanitizeOutput(process.out)).match() } |
Contributor
There was a problem hiding this comment.
Can't just blindly use sanitizeOutput on process.out when we weren't before!
a99314b to
3c453f9
Compare
- main.nf: emit: versions -> emit: versions_seqsero2 - meta.yml: output key versions: -> versions_seqsero2: - tests/main.nf.test.snap: regenerate snapshots Local lint: 52/0. Local nf-test: 2/2 passed.
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.
PR checklist
--profile docker,wavetests.nf-core modules lint).nf-test test).Description of changes
Migrates the seqsero2 module to the nf-core v4.0.1 architecture:
versions.ymlfile emission with dynamiceval()tuple emission on thetopic: versionschannel.stub:block for CI/CD stub-run support.sanitizeOutput(process.out)per nf-test best practices.output: versions_seqsero2andtopics: versionssections.Part of the v4.0.1 standardization effort tracked in #11323.