Skip to content

Commit

Permalink
Merge branch 'main' into refactor_clinvar_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil authored Nov 12, 2024
2 parents 2ba5853 + 47d9e4b commit 74a10fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Empty custom_images dicts in case load config do not crash
- Tracks missing alignment files are now properly skipped on generating IGV views
- ClinVar form to accept MedGen phenotypes
- Cancer SV variantS page spinner on variant export

## [4.90.1]
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% endblock %}

{% block content_main %}
<form method="POST" id="filters_form" action="{{url_for('variants.cancer_sv_variants', institute_id=institute._id, case_name=case.display_name)}}" >
<form method="POST" id="filters_form" action="{{url_for('variants.cancer_sv_variants', institute_id=institute._id, case_name=case.display_name)}}" enctype="multipart/form-data" onsubmit="return validateForm()">
<div class="container-float">
{{ pagination_hidden_div(page) }}
<div class="card panel-default" id="accordion">
Expand Down

0 comments on commit 74a10fa

Please sign in to comment.