Skip to content

feat(vcf): add vcf_filter example for quality-based filtering#370

Open
VedantMadane wants to merge 1 commit intozaeleus:masterfrom
VedantMadane:add-vcf-filter-example
Open

feat(vcf): add vcf_filter example for quality-based filtering#370
VedantMadane wants to merge 1 commit intozaeleus:masterfrom
VedantMadane:add-vcf-filter-example

Conversation

@VedantMadane
Copy link
Copy Markdown

Adds a new vcf_filter example demonstrating how to filter VCF records based on quality score thresholds. This is a common operation in variant calling pipelines for quality control.

Usage: cargo run --release --example vcf_filter input.vcf 30.0 > filtered.vcf

Changes:

  • Added noodles-vcf/examples/vcf_filter.rs
  • Demonstrates quality-based filtering (common genomics QC operation)
  • Follows existing example patterns (vcf_view, vcf_count, etc.)

@zaeleus zaeleus added the vcf label Jan 21, 2026
Add a new example demonstrating how to filter VCF records by minimum
quality score threshold. This common operation is useful for quality
control in variant calling pipelines.

Example usage:
  cargo run --release --example vcf_filter input.vcf 30.0
@VedantMadane VedantMadane force-pushed the add-vcf-filter-example branch from 0c98991 to eceab7d Compare February 10, 2026 12:22
@VedantMadane
Copy link
Copy Markdown
Author

Hi @zaeleus, could you please trigger the CI checks for this PR? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants