module update: subread/featurecounts - Bump container versions #10249#10250
Open
PeterKneale wants to merge 2 commits intonf-core:masterfrom
Open
module update: subread/featurecounts - Bump container versions #10249#10250PeterKneale wants to merge 2 commits intonf-core:masterfrom
PeterKneale wants to merge 2 commits intonf-core:masterfrom
Conversation
Author
|
Author
All tests passnf-core module test subread/featurecounts --profile singularity --no-prompts
INFO Generating nf-test snapshot
INFO All tests passed! nf-core module test subread/featurecounts --profile conda --no-prompts
INFO Generating nf-test snapshot
INFO Generating nf-test snapshot again to check stability
INFO All tests passed! nf-core module test subread/featurecounts --profile docker --no-prompts
INFO Generating nf-test snapshot
INFO All tests passed! |
Contributor
|
I don't think you have added the changed snapshots into this PR. At the very least I would expect the versions output to have changed (I'd be concerned if it hadn't) but it also seems that some of the actual outputs are showing different |
SPPearce
requested changes
Feb 25, 2026
Contributor
SPPearce
left a comment
There was a problem hiding this comment.
You need to run nf-core modules test subread/featurecounts -u to update the test snapshots.
You also need to update the environment.yml file, which controls the conda installation as well.
90d75b9 to
691d6ec
Compare
Author
|
Author
|
@SPPearce I've updated per your instructions, the output from nf-test looks slightly contradictory. Curious to see the results when they run as part of the CI.
|
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.

The container image version needs to be updated
nf-co.re/modules/subread_featurecounts
from:
https://depot.galaxyproject.org/singularity/subread/2.0.6--he4a0461_2
biocontainers/subread:2.0.6--he4a0461_2
to:
https://depot.galaxyproject.org/singularity/subread/2.1.1--h577a1d6_0
biocontainers/subread:2.1.1--h577a1d6_0
Tests run in both docker and singularity.
PR checklist
Closes #10249
nf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile conda