diff options
author | zsloan | 2020-12-15 11:52:58 -0600 |
---|---|---|
committer | zsloan | 2020-12-15 11:52:58 -0600 |
commit | 5a2284984e75a4a25debdfcbdc8c2951a799c4cb (patch) | |
tree | 46ad82eea427a56fb4ff439a049e40829ce2f1c2 /wqflask/wqflask/templates/correlation_page.html | |
parent | 49a5d53533477250a1add2ba866d42e86dfd12b3 (diff) | |
download | genenetwork2-5a2284984e75a4a25debdfcbdc8c2951a799c4cb.tar.gz |
Changed LRS to LOD score for correlation page table
Diffstat (limited to 'wqflask/wqflask/templates/correlation_page.html')
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index db04a530..a9a3a2ca 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -355,9 +355,9 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "Peak LOD<a href=\"http://gn1.genenetwork.org/glossary.html#LRS\" target=\"_blank\" style=\"color: white;\"> <i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a>", + 'title': "Peak <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"> <i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a>LOD", 'type': "natural-minus-na", - 'data': "lrs_score", + 'data': "lod_score", 'width': "60px", 'orderSequence': [ "desc", "asc"] }, @@ -457,7 +457,7 @@ { 'title': "Peak <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"> <i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a>LOD", 'type': "natural-minus-na", - 'data': "lrs_score", + 'data': "lod_score", 'width': "60px", 'orderSequence': [ "desc", "asc"] }, |