Skip to content

Commit 1a20a09

Browse files
committed
Update NEWS
1 parent bb2d7a8 commit 1a20a09

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release a.b
22

3+
Changes affecting the whole of bcftools, or multiple commands:
4+
5+
* Add short option -W for --write-index. The option now accepts an optional parameter
6+
which allows to choose between TBI and CSI index format.
7+
38

49
Changes affecting specific commands:
510

@@ -16,6 +21,12 @@ Changes affecting specific commands:
1621

1722
- Add new option `--force-single` to support single-file edge case (#2100)
1823

24+
* bcftools mpileup
25+
26+
- Add new option --indels-cns for an alternative indel calling model, which should increase
27+
the speed on long read data (thanks to using edlib) and the precision (thanks to a number
28+
of heuristics).
29+
1930
* bcftools norm
2031

2132
- Change the order of atomization and multiallelic splitting (when both -a,-m are given)

0 commit comments

Comments
 (0)