Skip to content

Update gatk4 mutect2 to add --alleles parameter for force calling#9020

Merged
maxulysse merged 7 commits into
nf-core:masterfrom
jchchiu:update-gatk4-mutect2
Sep 10, 2025
Merged

Update gatk4 mutect2 to add --alleles parameter for force calling#9020
maxulysse merged 7 commits into
nf-core:masterfrom
jchchiu:update-gatk4-mutect2

Conversation

@jchchiu

@jchchiu jchchiu commented Sep 8, 2025

Copy link
Copy Markdown
Contributor

PR checklist

Closes #9019

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

For Issue #9019 and nf-core/sarek#1952

@jchchiu jchchiu requested a review from maxulysse as a code owner September 8, 2025 23:06

@maxulysse maxulysse left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise
Nice work

Comment thread modules/nf-core/gatk4/mutect2/main.nf Outdated
Comment on lines +17 to +20
path panel_of_normals
path panel_of_normals_tbi
path mutect2_force_call
path mutect2_force_call_tbi

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about we rename and reorder these inputs (just to keep a logic with the args from mutect2 and the names?

    path alleles
    path alleles_tbi
    path germline_resource
    path germline_resource_tbi
    path panel_of_normals
    path panel_of_normals_tbi

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reorder, because I like a list nicely ordered 😆

@jchchiu jchchiu requested a review from maxulysse September 10, 2025 04:45
@maxulysse maxulysse added this pull request to the merge queue Sep 10, 2025
Merged via the queue into nf-core:master with commit 3dbb6ed Sep 10, 2025
69 checks passed
@maxulysse maxulysse mentioned this pull request Sep 10, 2025
2 tasks
chaochaowong pushed a commit to chaochaowong/modules that referenced this pull request Sep 30, 2025
…-core#9020)

* Add mutect2 --alleles force call parameter

* update mutect2 tests

* update subworkflow tests

* fix formatting

* update mutect2 module to rename and reorder parameter

* update subworkflows to rename and reorder force call parameter
cavenel pushed a commit to cavenel/modules that referenced this pull request Feb 5, 2026
…-core#9020)

* Add mutect2 --alleles force call parameter

* update mutect2 tests

* update subworkflow tests

* fix formatting

* update mutect2 module to rename and reorder parameter

* update subworkflows to rename and reorder force call parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update module: gatk4/mutect2

2 participants