Skip to content

feat: BCFTOOLS_PLUGINVCF2TABLE#11219

Open
emmcauley wants to merge 16 commits intonf-core:masterfrom
fulcrumgenomics:em_bcftools_vcf_to_table
Open

feat: BCFTOOLS_PLUGINVCF2TABLE#11219
emmcauley wants to merge 16 commits intonf-core:masterfrom
fulcrumgenomics:em_bcftools_vcf_to_table

Conversation

@emmcauley
Copy link
Copy Markdown
Contributor

PR checklist

Closes #9224.

This PR adds bcftools +vcf2table and tests.

  • 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.
  • Broadcast software version numbers to topic: versions - See version_topics
  • 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

@emmcauley emmcauley force-pushed the em_bcftools_vcf_to_table branch 2 times, most recently from 89876cb to bd12a5c Compare April 17, 2026 21:06
@emmcauley emmcauley force-pushed the em_bcftools_vcf_to_table branch from bd12a5c to a504b29 Compare April 17, 2026 21:12
@emmcauley emmcauley marked this pull request as ready for review April 18, 2026 14:22
@emmcauley emmcauley marked this pull request as draft April 21, 2026 20:22
@emmcauley emmcauley marked this pull request as ready for review April 21, 2026 21:48
Comment thread modules/nf-core/bcftools/pluginvcf2table/tests/main.nf.test Outdated
Comment thread modules/nf-core/bcftools/pluginvcf2table/tests/main.nf.test Outdated
Comment thread modules/nf-core/bcftools/pluginvcf2table/tests/main.nf.test Outdated
@emmcauley emmcauley requested a review from SPPearce May 6, 2026 22:30
Comment thread modules/nf-core/bcftools/pluginvcf2table/tests/main.nf.test.snap Outdated
Comment on lines +12 to +14
tuple val(meta2), path(regions)
tuple val(meta3), path(targets)
tuple val(meta4), path(samples)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Are these likely to be the same file for every sample, or depend on the sample?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

they can be either shared or per-sample depending on the context

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hmm, this might be a moot point when we end up using record types SOON (TM), but currently it is probably easier if they are all part of the same tuple I think.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

Comment thread modules/nf-core/bcftools/pluginvcf2table/main.nf Outdated
@emmcauley emmcauley requested a review from SPPearce May 8, 2026 15:40
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.

new module: BCFTOOLS/PLUGINVCF2TABLE

2 participants