Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3 committed Oct 2, 2024
1 parent c6cbcc7 commit ef8b974
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Changes affecting specific commands:
- New experimental plugin for scoring variants and assess site noisiness from a large number of unaffected
parental samples

* bcftools query

- The functions used in -i/-e filtering expressions (such as SUM, MEDIAN, etc) can be
now used in formatting expressions (#2271).
If the VCF contains INFO/AD and FORMAT/AD, try:

bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t [ %sSUM(FMT/AD)]'
bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t [ %SUM(FMT/AD)]'
bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t %SUM(FMT/AD)'
bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t %SUM(INFO/AD)'

* bcftools +trio-dnm2

- Fix a problem with --strictly-novel option which would neglect the presence of the apparent de novo
Expand Down

0 comments on commit ef8b974

Please sign in to comment.