File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
scout/server/blueprints/alignviewers/templates/alignviewers Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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### Fixed
1314- Comments' text wrapping in ACMG classifications exported as PDF (#6086 )
1415
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments