File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ 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 +trio-dnm2
12
+
13
+ - Fix a problem with --strictly-novel option which would neglect the presence of the apparent de novo
14
+ allele in the father for male offspring
15
+
16
+ - Fix a problem with uncallsed mosaic chrX variants in males
17
+
11
18
12
19
## Release 1.21 (12th September 2024)
13
20
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ static const char *usage_text(void)
153
153
" -T, --targets-file FILE Similar to -R but streams rather than index-jumps\n"
154
154
" --targets-overlap 0|1|2 Include if POS in the region (0), record overlaps (1), variant overlaps (2) [0]\n"
155
155
" --no-version Do not append version and command line to the header\n"
156
+ " -W, --write-index[=FMT] Automatically index the output files [off]\n"
156
157
"\n"
157
158
"General options:\n"
158
159
" -m, --min-score NUM Do not add FMT/DNM annotation if the score is smaller than NUM\n"
@@ -181,7 +182,6 @@ static const char *usage_text(void)
181
182
" --use-NAIVE A naive calling model which uses only FMT/GT to determine DNMs\n"
182
183
" --with-pAD Do not use FMT/QS but parental FMT/AD\n"
183
184
" --with-pPL Do not use FMT/QS but parental FMT/PL. Equals to DNG with bugs fixed (more FPs, fewer FNs)\n"
184
- " -W, --write-index[=FMT] Automatically index the output files [off]\n"
185
185
"\n"
186
186
"Example:\n"
187
187
" # Annotate VCF with FORMAT/DNM, run for a single trio\n"
You can’t perform that action at this time.
0 commit comments