From 9ce4e667bc0a48257993b24d2ce1d2b682d2462d Mon Sep 17 00:00:00 2001 From: Sangtae Kim Date: Mon, 25 Jun 2018 09:01:40 -0700 Subject: [PATCH] Update changelog for v2.9.5 release --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9bd226..4ccb4e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -## Unreleased +## v2.9.5 - 2018-06-25 + +This is a minor bugfix update from v2.9.4. ### Fixed - Fix germline joint sample failure case (STREL-955) - - This fixes an uncommon issue were a multi-sample germline analysis qualifies for indel error rate estimation, but the estimator fails to converge for at least one sample. When this happens, the method is supposed to fallback to a set of default error parameters but was failing to do so. This is now fixed. The issue does not impact single-sample analysis or the somatic workflow. + - This fixes an uncommon issue where a multi-sample germline analysis qualifies for indel error rate estimation, but the estimator fails to converge for at least one sample. When this happens, the method is supposed to fallback to a set of default error parameters but was failing to do so. This is now fixed. The issue does not impact single-sample analysis or the somatic workflow. ## v2.9.4 - 2018-06-08