Add topic channels to Chromograph, DeepVariant, ExpansionHunter, and Stranger#9800
Merged
ramprasadn merged 30 commits intonf-core:masterfrom Feb 4, 2026
Merged
Add topic channels to Chromograph, DeepVariant, ExpansionHunter, and Stranger#9800ramprasadn merged 30 commits intonf-core:masterfrom
ramprasadn merged 30 commits intonf-core:masterfrom
Conversation
mashehu
reviewed
Jan 31, 2026
modules/nf-core/deepvariant/callvariants/tests/main.nf.test.snap
Outdated
Show resolved
Hide resolved
mashehu
reviewed
Jan 31, 2026
mashehu
reviewed
Jan 31, 2026
modules/nf-core/deepvariant/makeexamples/tests/main.nf.test.snap
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@nf-core-bot fix linting |
Contributor
Author
|
@nf-core-bot fix linting |
mashehu
approved these changes
Feb 4, 2026
| { assert process.out.gvcf[0][0] == [id:'test', single_end:false] }, | ||
| { assert process.out.examples[0][1].size() == 4 }, | ||
| { assert snapshot( | ||
| process.out.examples[0][1].collect { file(it).name } |
| [ | ||
| "EXPANSIONHUNTER", | ||
| "expansionhunter", | ||
| "5.0.0]" |
Contributor
There was a problem hiding this comment.
the ] at the end needs to be removed in all the versions for expansionhunter
| tuple val(meta), path("*.json.gz") , emit: json | ||
| tuple val(meta), path("*_realigned.bam") , emit: bam | ||
| path "versions.yml" , emit: versions | ||
| tuple val("${task.process}"), val('expansionhunter'), eval("ExpansionHunter --version 2>&1 | head -1 | sed 's/^.*ExpansionHunter v//'"), topic: versions, emit: versions_expansionhunter |
Contributor
There was a problem hiding this comment.
Suggested change
| tuple val("${task.process}"), val('expansionhunter'), eval("ExpansionHunter --version 2>&1 | head -1 | sed 's/^.*ExpansionHunter v//'"), topic: versions, emit: versions_expansionhunter | |
| tuple val("${task.process}"), val('expansionhunter'), eval("ExpansionHunter --version 2>&1 | grep -m1 -oE '[0-9]+\.[0-9]+\.[0-9]+'"), topic: versions, emit: versions_expansionhunter |
shorter and fixes the additional bracket at the end
LouisLeNezet
pushed a commit
to LouisLeNezet/modules
that referenced
this pull request
Feb 4, 2026
…Stranger (nf-core#9800) * add topics to chromograph * update deepvariant * update deepvariant * update expansionshunter * fix meta for rundeepvariant * lint checks * update snap * update env for exapansionhunter * update stranger * update stranger * update meta.yaml * update stranger eval * update tests * update test * add versions * [automated] Fix linting with Prettier * add version * simplify tests * modify test for makeexamples * [automated] Fix linting with Prettier * modify version capture expression --------- Co-authored-by: nf-core-bot <core@nf-co.re>
cavenel
pushed a commit
to cavenel/modules
that referenced
this pull request
Feb 5, 2026
…Stranger (nf-core#9800) * add topics to chromograph * update deepvariant * update deepvariant * update expansionshunter * fix meta for rundeepvariant * lint checks * update snap * update env for exapansionhunter * update stranger * update stranger * update meta.yaml * update stranger eval * update tests * update test * add versions * [automated] Fix linting with Prettier * add version * simplify tests * modify test for makeexamples * [automated] Fix linting with Prettier * modify version capture expression --------- Co-authored-by: nf-core-bot <core@nf-co.re>
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
Closes #XXX
topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda