File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ Changes affecting specific commands:
8
8
- New experimental plugin for scoring variants and assess site noisiness from a large number of unaffected
9
9
parental samples
10
10
11
+ * bcftools query
12
+
13
+ - The functions used in -i/-e filtering expressions (such as SUM, MEDIAN, etc) can be
14
+ now used in formatting expressions (#2271).
15
+ If the VCF contains INFO/AD and FORMAT/AD, try:
16
+
17
+ bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t [ %sSUM(FMT/AD)]'
18
+ bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t [ %SUM(FMT/AD)]'
19
+ bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t %SUM(FMT/AD)'
20
+ bcftools query test.vcf -f '%CHROM:%POS \t [ %AD] \t %SUM(INFO/AD)'
21
+
11
22
* bcftools +trio-dnm2
12
23
13
24
- Fix a problem with --strictly-novel option which would neglect the presence of the apparent de novo
You can’t perform that action at this time.
0 commit comments