Skip to content

Commit d5143c6

Browse files
committedApr 19, 2015
Update release notes, bump version number to 3.4.4
1 parent b99a496 commit d5143c6

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed
 
565 Bytes
Binary file not shown.

‎doc/ReleaseNotes.txt

+34-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Below are the release notes for RTG Core, upon which RTG.VERSION
44
is built. Not all features described below may be included in this
55
product.
66

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+
741
RTG Core 3.4.3 (2015-03-19)
842
---------------------------
943

@@ -23,9 +57,6 @@ This is primarily a bugfix release:
2357
issued and both baseline and called variants within that region are
2458
ignored.
2559

26-
27-
Previous releases:
28-
2960
RTG Core 3.4.2 (2015-03-02)
3061
---------------------------
3162

1.68 KB
Binary file not shown.
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#
2-
VERSION = 3.4.3
2+
VERSION = 3.4.4

0 commit comments

Comments
 (0)