Conversation
…cmsearch module has changed now
…ng subunit true in this pipelien
…hange multiqc test and snapshot
…nto add_gha_module_tests
mberacochea
reviewed
Oct 10, 2025
mberacochea
approved these changes
Oct 10, 2025
Member
mberacochea
left a comment
There was a problem hiding this comment.
I'm chuffed that using the nf-core tools we can propagate bug-fixes/improvements across pipeline systematically :).
I left a couple of comments for the github action.. the one I would probably change is the nextflow edge one.
Comment on lines
+26
to
+29
| - name: Setup Nextflow latest-edge | ||
| uses: nf-core/setup-nextflow@v1 | ||
| with: | ||
| version: "latest-edge" |
Member
There was a problem hiding this comment.
I wouldn't use the edge release.. it usually contains stuff that is not fully stable
| - name: Install nf-test | ||
| run: | | ||
| wget -qO- https://get.nf-test.com | bash | ||
| sudo mv nf-test /usr/local/bin/ |
Member
There was a problem hiding this comment.
You can use this one instead:
- uses: nf-core/setup-nf-test@v1.3.6
with:
install-pdiff: true
which does the same internally... but it is maintained by nf-core, so hopefully bugs will get fixed
Member
Author
There was a problem hiding this comment.
makes sense!! I've changed it thank you :D
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.
Add github action that runs all nf-tests for all modules of the pipeline. Some details:
nf-core modules updatecommand for Update EXTRACTCOORDS module nf-modules#111 and Make extractcoords subunits splitting a parameter in rrna_extraction swf, also update more modules nf-modules#112