Skip to content

Commit 9095321

Browse files
authored
Merge branch 'main' into speedup_remove_variants
2 parents da4b8cf + 25b42b7 commit 9095321

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
99
- Add a `--type` to the export case CLI, to limit the exported case search by analysis type (#6089)
1010
### Changed
1111
- Export genotype with gene variantS search (#6088)
12+
- igv.js version to 3.7.3 (#6096)
1213
- Refactor and speedup `scout delete variants` cmd (#6094)
1314
### Fixed
1415
- Comments' text wrapping in ACMG classifications exported as PDF (#6086)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% macro igv_script() %}
22
<link rel="shortcut icon" href="//igv.org/web/img/favicon.ico">
33
<!-- IGV JS-->
4-
<script src="https://cdn.jsdelivr.net/npm/igv@3.7.1/dist/igv.min.js" integrity="sha512-z+NyCjRRm9Jy7tYd9UquB1YzE/pjADGi1TUIO7Ve7T+aZHjFdsRDNuQjtzQpy+lQz1xw4IvnlY9gQiOf0WIkHQ==" crossorigin="anonymous"></script>
4+
<script src="https://cdn.jsdelivr.net/npm/igv@3.7.3/dist/igv.min.js" integrity="sha512-ueEwygh4wPqOj9UlJYV6CoSlCeWhJ2sPZCSkReDJmeID8o18H1+mMsDZNfJPxmovdrzfM8AoqF8bifrlWRKYDA==" crossorigin="anonymous"></script>
55
{% endmacro %}

0 commit comments

Comments
 (0)