Skip to content

Commit

Permalink
Merge 8004fca into ee037a4
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Jun 13, 2022
2 parents ee037a4 + 8004fca commit 7c365b0
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 @@ -26,6 +26,7 @@ End-User Summary
- 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)
- Improved developer setup documentation and added Windows installation instructions (#533).
- Fixed broken VariantValidator query (#523)

Full Change List
================
Expand All @@ -50,6 +51,7 @@ Full Change List
- Updating ``utility/*.sh`` scripts from "upstream" sodar-server (#531).
- Improved developer setup documentation and added Windows installation instructions (#533).
- Skip commit trailer checks for dependabot (#537).
- 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 7c365b0

Please sign in to comment.