We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2d7a8 commit 1a20a09Copy full SHA for 1a20a09
1 file changed
NEWS
@@ -1,5 +1,10 @@
1
## Release a.b
2
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
8
9
Changes affecting specific commands:
10
@@ -16,6 +21,12 @@ Changes affecting specific commands:
16
21
17
22
- Add new option `--force-single` to support single-file edge case (#2100)
18
23
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
19
30
* bcftools norm
20
31
32
- Change the order of atomization and multiallelic splitting (when both -a,-m are given)
0 commit comments