Skip to content

Commit

Permalink
Patch 4.87.1 (#4793)
Browse files Browse the repository at this point in the history
Co-authored-by: Chiara Rasi <rasi.chiara@gmacil.com>
  • Loading branch information
northwestwitch and Chiara Rasi authored Aug 28, 2024
1 parent aa2c403 commit 80df00a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

## [4.87.1]
### Fixed
- Positioning and alignment of genes cell on variantS page

## [4.87]
### Added
- Option to configure RNA build on case load (default '38')
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.87"
__version__ = "4.87.1"
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
{% endmacro %}

{% macro gene_cell(variant) %}
<div class="d-flex align-items-center">
<div class="align-items-center">
{% if variant.category == "cancer" or variant.category == "sv_cancer" %}
<a data-bs-toggle="tooltip" data-bs-html="true" title="
<div>
Expand Down

0 comments on commit 80df00a

Please sign in to comment.