Skip to content

Commit

Permalink
Merge branch 'main' into show_samples_on_case_page
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Jul 24, 2024
2 parents a3bf705 + 4dd74e1 commit d6cfd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

About changelog [here](https://keepachangelog.com/en/1.0.0/)

## [unreleased]
## [4.85]
### Added
- Load also genes which are missing Ensembl gene ID (72 in both builds), including immunoglobulins and fragile sites
- Display samples' name (tooltip) and affected status directly on caseS page
Expand All @@ -14,9 +14,9 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- The REVEL score is collected as the maximum REVEL score from all of the variant's transcripts
- Parse GNOMAD POPMAX values only if they are numerical when loading variants
### Fixed
- Sort "select default panels" dropdown menu options on case page
- Alphabetically sort "select default panels" dropdown menu options on case page
- Show gene panel removed status on case page
- `fa-remove` icon replaced by `fa-times` because it's no longer visible
- Fixed visibility of the following buttons: remove assignee, remove pinned/causative, remove comment, remove case from group

## [4.84]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion scout/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.84"
__version__ = "4.85"

0 comments on commit d6cfd9c

Please sign in to comment.