From 0c66f340eeed29327df7600af125cabcca4ec37d Mon Sep 17 00:00:00 2001 From: Xiaoyu Chen Date: Fri, 15 Feb 2019 18:34:21 -0800 Subject: [PATCH] update cl --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a65aa8..21274d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -## Unreleased - +## v1.5.1 - 2019-02-15 +This is a minor update from v1.5.0. + ### Changed - Make existingAlignmentStats as a fallback option (MANTA-1487) - It prioritizes stats estimated from the alignment file and allows static stats file when stats estimation fails due to insufficient high-confidence read pairs. +- Minor updates on Methods writeup (MANTA-1522) ### Fixed - Fix a bug in selecting large insertion candidates (MANTA-1496)