Skip to content

Commit 9d31418

Browse files
committed
[MINOR] update NEWS and usage page
1 parent 5e585b3 commit 9d31418

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Changes affecting specific commands:
88
- New experimental plugin for scoring variants and assess site noisiness from a large number of unaffected
99
parental samples
1010

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+
1118

1219
## Release 1.21 (12th September 2024)
1320

plugins/trio-dnm2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ static const char *usage_text(void)
153153
" -T, --targets-file FILE Similar to -R but streams rather than index-jumps\n"
154154
" --targets-overlap 0|1|2 Include if POS in the region (0), record overlaps (1), variant overlaps (2) [0]\n"
155155
" --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"
156157
"\n"
157158
"General options:\n"
158159
" -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)
181182
" --use-NAIVE A naive calling model which uses only FMT/GT to determine DNMs\n"
182183
" --with-pAD Do not use FMT/QS but parental FMT/AD\n"
183184
" --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"
185185
"\n"
186186
"Example:\n"
187187
" # Annotate VCF with FORMAT/DNM, run for a single trio\n"

0 commit comments

Comments
 (0)