@@ -5,6 +5,44 @@ RTG.VERSION is based. Not all features described below may be included
55in this product.
66
77
8+ RTG Core 3.10.1 (2019-01-21)
9+ ----------------------------
10+
11+ This release primarily includes bugfixes and minor improvements:
12+
13+ * vcfdecompose: Fix a case where extremely long indels could cause an
14+ exception during call decomposition. This also affected vcfeval when
15+ using --decompose.
16+
17+ * demo scripts: Fix the demo script not pausing for the user under newer
18+ versions of bash.
19+
20+ * map: Fix an exception that could be triggered during report generation
21+ when using --all-hits.
22+
23+ * rocplot: (gui) Fix the status bar metrics not showing when the curve
24+ hugs an axis.
25+
26+ * rocplot: Fix a rare exception that would occur during
27+ precision/sensitivity plotting if the input data file contained
28+ redundant initial points.
29+
30+ * vcveval: Initial support for "partial spanning deletion" notation that
31+ octopus uses in some calls.
32+
33+ * vcfmerge: Now allows -f to be a comma-separated list.
34+
35+ * vcfstats: The percent phased genotypes statistic was incorrectly
36+ calculated for call sets using partial genotypes (e.g. ".|1")
37+
38+ * many: VCF header parsing of the INFO/FORMAT Description component was
39+ incorrectly de-escaping additional backslash sequences, which could
40+ result in invalid VCF output.
41+
42+ * readsim: Warn if the user supplied taxonomic distribution make
43+ reference to unusable taxon ids.
44+
45+
846RTG Core 3.10 (2018-10-29)
947--------------------------
1048
0 commit comments