Skip to content

Commit

Permalink
Use IGV.js 2.15.8 - fix default ClinVar track color (#3958)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil authored May 30, 2023
1 parent 85899c5 commit 166cc2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Crash when attempting to export phenotype from a case that had never had phenotypes
- Aesthetic fix to Causative and Pinned Variants on Case page
- Structural inconsistency for ClinVar Blueprint templates
- Updated igv.js to 2.15.8 to fix track default color bug


## [4.68]
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% macro igv_script() %}
<link rel="shortcut icon" href="//igv.org/web/img/favicon.ico">
<!-- IGV JS-->
<script src="https://cdn.jsdelivr.net/npm/igv@2.15.6/dist/igv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/igv@2.15.8/dist/igv.min.js"></script>
{% endmacro %}

0 comments on commit 166cc2a

Please sign in to comment.