Skip to content

Commit

Permalink
Fixed broken VariantValidator query.
Browse files Browse the repository at this point in the history
Closes: #523
Related-Issue: #523
Projected-Results-Impact: none
  • Loading branch information
stolpeo authored and holtgrewe committed Jun 13, 2022
1 parent 21c016b commit 3e9aa12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -25,6 +25,7 @@ End-User Summary
- Adding note about difference with upstream Clinvar (#464).
- Switching scoring to MutationTaster 85 interface, added back MT 85 link-out alongside MT 2021 link-out (#509).
- Made flag filter and flag form nomenclature consistent (#297)
- Fixed broken VariantValidator query (#523)

Full Change List
================
Expand All @@ -45,6 +46,7 @@ Full Change List
- Adding note about difference with upstream Clinvar (#464).
- Switching scoring to MutationTaster 85 interface, added back MT 85 link-out alongside MT 2021 link-out (#509).
- Made flag filter and flag form nomenclature consistent (#297)
- Fixed broken VariantValidator query (#523)

------
v1.2.0
Expand Down
3 changes: 2 additions & 1 deletion variants/templates/variants/filter_result/row.html
Expand Up @@ -462,7 +462,7 @@
<a class="btn btn-primary dropdown-toggle sodar-list-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
MT
</a>
<div class="dropdown-menu dropdown-menu-right"">
<div class="dropdown-menu dropdown-menu-right">
<a
href="https://www.genecascade.org/MTc2021/ChrPos102.cgi?chromosome={{ entry.chromosome }}&position={{ entry.start }}&ref={{ entry.reference }}&alt={{ entry.alternative }}"
data-toggle="tooltip"
Expand Down Expand Up @@ -672,6 +672,7 @@ <h4 class="modal-title" id="variantcarriermodallabel-{{ entry.release }}-{{ entr
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="variantvalidatormodal-{{ entry.release }}-{{ entry.chromosome }}-{{ entry.start }}-{{ entry.reference }}-{{ entry.alternative }}" tabindex="-1" role="dialog" aria-labelledby="variantvalidatormodallabel-{{ entry.release }}-{{ entry.chromosome }}-{{ entry.start }}-{{ entry.reference }}-{{ entry.alternative }}" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
Expand Down

0 comments on commit 3e9aa12

Please sign in to comment.