@@ -4,6 +4,40 @@ Below are the release notes for RTG Core, upon which RTG.VERSION
44is built. Not all features described below may be included in this
55product.
66
7+ RTG Core 3.4.2 (2015-03-02)
8+ ---------------------------
9+
10+ This is primarily a bugfix release:
11+
12+ * somatic: Fix a crash that could occur when calling across Ns in the
13+ reference.
14+
15+ * snp/family/population/somatic: Under some circumstances, I/O
16+ exceptions could trigger a crash talkback rather than being
17+ presented as a regular user-level error message for the user to act
18+ on.
19+
20+ * chrstats: Fixed inconsistent output destinations between
21+ single-sample vs multiple sample case, and do not create a log file
22+ for this command in the current directory.
23+
24+ * chrstats: Detect when the user has not set up a reference SDF with
25+ chromosome specification information and provide an appropriate
26+ error message indicating how to correct the situation.
27+
28+ * many: Improved error handling when requesting indexed region
29+ retrieval of BED/VCF/SAM files for coordinates outside the range
30+ that can be addressed by tabix/bam indexes.
31+
32+ * many: Improved error handling when errors are encountered during VCF
33+ header parsing, providing more information on where the problem was.
34+
35+ * many: Improved error handling when errors are encountered during
36+ tabix indexing.
37+
38+
39+ Previous releases:
40+
741RTG Core 3.4.1 (2015-01-22)
842---------------------------
943
@@ -37,9 +71,6 @@ This is primarily a bugfix release:
3771
3872* Other improvements and cleanups to documentation.
3973
40-
41- Previous releases:
42-
4374RTG Core 3.4 (2014-12-20)
4475-------------------------
4576
0 commit comments