@@ -4,6 +4,40 @@ Below are the release notes for RTG Core, upon which RTG.VERSION
4
4
is built. Not all features described below may be included in this
5
5
product.
6
6
7
+ RTG Core 3.4.4 (2015-03-20)
8
+ ---------------------------
9
+
10
+ This release primarily includes bugfixes and minor improvements:
11
+
12
+ * vcffilter: The --keep-filter and --remove-filter options now
13
+ recognize '.' as a value that can be filtered on. For example, to
14
+ keep only variants that have a FILTER column that corresponds to
15
+ non-filtered, use -k . -k PASS.
16
+
17
+ * vcfeval: Enabled skipping over more extremely complex edge cases
18
+ that could otherwise cause exceedingly long computation times.
19
+
20
+ * rocplot: Add the ability to click on a point within the graph to
21
+ show in the status bar the true positives / false positives /
22
+ precision / sensitivity scores equivalent to that point.
23
+
24
+ * rocplot: The individual curve sliders that can be used to simulate
25
+ the effects of various threshold cut-offs did not work very well for
26
+ curves corresponding to scores with very wide ranges and non-uniform
27
+ distribution (such as GQ and QUAL often are). These sliders are
28
+ improved so they work better with these curves, and adjusting the
29
+ sliders also displays accuracy metrics in the status bar, to aid in
30
+ threshold selection.
31
+
32
+ * rocplot: It was sometimes possible to zoom in to negative
33
+ coordinates.
34
+
35
+ * aview: Fix display of BED regions that do not have a region name
36
+ contained within the BED file.
37
+
38
+
39
+ Previous releases:
40
+
7
41
RTG Core 3.4.3 (2015-03-19)
8
42
---------------------------
9
43
@@ -23,9 +57,6 @@ This is primarily a bugfix release:
23
57
issued and both baseline and called variants within that region are
24
58
ignored.
25
59
26
-
27
- Previous releases:
28
-
29
60
RTG Core 3.4.2 (2015-03-02)
30
61
---------------------------
31
62
0 commit comments