@@ -4,6 +4,40 @@ Below are the release notes for the full RTG suite, upon which
44RTG.VERSION is based. Not all features described below may be included
55in this product.
66
7+ RTG Core 3.8.4 (2017-09-08)
8+ ---------------------------
9+
10+ This release primarily includes bugfixes and minor improvements:
11+
12+ * vcfeval: Explicitly warn when the ROC score field does not exist in
13+ the VCF header, to help in cases where the user has mixed up INFO vs
14+ FORMAT field names.
15+
16+ * vcfeval: Fix an exception that could occur when processing VCFs with
17+ GT ploidy >= 3.
18+
19+ * format: When formatting FASTA (both DNA and protein), suppress
20+ warnings about "unexpected symbols" produced by genuine IUPAC
21+ ambiguity codes.
22+
23+ * misc: Detect invalid VCF records containing duplicate INFO or FORMAT
24+ fields.
25+
26+ * misc: Improved detection of invalid REF/ALT fields in input VCF files,
27+ allowing clearer exception messages.
28+
29+ * misc: Fix incorrect detection of network stats capability during local
30+ run monitoring.
31+
32+ * misc: Bash command completion now also works if rtg is symlinked as
33+ rtg-tools or rtg-core, to improve convenience when both are
34+ installed. (See the bash completion script if you have alternative
35+ RTG executable names for which you want to enable the completion)
36+
37+
38+ Previous releases
39+ =================
40+
741RTG Core 3.8.3 (2017-08-02)
842---------------------------
943
@@ -34,10 +68,6 @@ This release primarily includes bugfixes and minor improvements:
3468* misc: Prevent a unit test failure when running on newer versions of
3569 Ubuntu.
3670
37-
38- Previous releases
39- =================
40-
4171RTG Core 3.8.2 (2017-06-20)
4272---------------------------
4373
0 commit comments