From 7bb9a1a9978d5766a70166cc9f42731f60170c0d Mon Sep 17 00:00:00 2001 From: northwestwitch Date: Tue, 12 Mar 2019 11:26:26 +0100 Subject: [PATCH 1/2] updated changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e9ca282d..0dee34cd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,20 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/) Add stuff here +## [4.3.2] + +### Added +- Dashboard data can be filtered using filters available in cases page +- Causatives for each institute are displayed on a dedicated page +- SNVs and and SVs are searchable across cases by gene and rank score +- A more complete report with validated variants is downloadable from dashboard + ### Fixed - Clinsig filter is fixed so clinsig numerical values are returned - Split multi clinsig string values in different elements of clinsig array - Regex to search in multi clinsig string values or multi revstat string values +- It works to upload vcf files with no variants now + ## [4.3.1] From 06bf802cef059bf7d866a96e02eb537adbee449c Mon Sep 17 00:00:00 2001 From: northwestwitch Date: Tue, 12 Mar 2019 11:47:42 +0100 Subject: [PATCH 2/2] Bumps version to 4.3.2 --- CHANGELOG.md | 2 +- scout/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dee34cd7f..8209a1b994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Add stuff here - Split multi clinsig string values in different elements of clinsig array - Regex to search in multi clinsig string values or multi revstat string values - It works to upload vcf files with no variants now - +- Combined Pileup and IGV alignments for SVs having variant start and stop on the same chromosome ## [4.3.1] diff --git a/scout/__version__.py b/scout/__version__.py index 376d9ccc29..a36a695cc5 100644 --- a/scout/__version__.py +++ b/scout/__version__.py @@ -1 +1 @@ -__version__ = '4.3.1' +__version__ = '4.3.2'