aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/mapping_results.html
diff options
context:
space:
mode:
authorAlexander Kabui2024-09-17 15:43:40 +0300
committerGitHub2024-09-17 15:43:40 +0300
commitd58288c315481c766bce203493bbcf3fb038b0e2 (patch)
tree0a6df879fd2bf7f8fb6959f8d58ef253f844f874 /gn2/wqflask/templates/mapping_results.html
parent02b2ac384953f2d69479a1ea53a071043394b590 (diff)
parent5c71ead0411b834b51bf084c147543208390c310 (diff)
downloadgenenetwork2-d58288c315481c766bce203493bbcf3fb038b0e2.tar.gz
Merge pull request #873 from genenetwork/chores/editor-ui-refactoring
Refactor: Gn editor code refactoring.
Diffstat (limited to 'gn2/wqflask/templates/mapping_results.html')
-rw-r--r--gn2/wqflask/templates/mapping_results.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gn2/wqflask/templates/mapping_results.html b/gn2/wqflask/templates/mapping_results.html
index 2fed79c1..2b1660fd 100644
--- a/gn2/wqflask/templates/mapping_results.html
+++ b/gn2/wqflask/templates/mapping_results.html
@@ -116,7 +116,7 @@
<label class="radio-inline">
<input type="radio" name="LRSCheck" value="{% if LRS_LOD == "-logP" %}-logP{% else %}LOD{% endif %}" {% if LRS_LOD == "LOD" or LRS_LOD == "-logP" %}checked{% endif %}>{% if LRS_LOD == "-logP" %}-logP{% else %}LOD{% endif %}
</label>
- <a href="https://genenetwork.org/glossary.html#LOD" target="_blank">
+ <a href="{{ url_for('gn_docs_blueprint.glossary') }}#LOD" target="_blank">
<sup style="color:#f00"> ?</sup>
</a>
</td>
@@ -158,27 +158,27 @@
<div class="col-xs-4" style="padding: 0px;">
{% if (mapping_method == "reaper" or mapping_method == "rqtl_geno") and nperm > 0 %}
<input type="checkbox" name="permCheck" class="checkbox" style="display: inline; margin-top: 0px;" {% if permChecked|upper == "ON" %}value="ON" checked{% endif %}> <span style="font-size: 12px;">Permutation Test
- <a href="http://genenetwork.org/glossary.html#Permutation" target="_blank">
+ <a href="{{ url_for('gn_docs_blueprint.glossary') }}#Permutation" target="_blank">
<sup style="color:#f00"> ?</sup>
</a>
<br>
{% endif %}
{% if mapping_method == "reaper" and nboot > 0 %}
<input type="checkbox" name="bootCheck" class="checkbox" style="display: inline; margin-top: 0px;" {% if bootChecked|upper == "ON" %}value="ON" checked{% endif %}> <span style="font-size: 12px;">Bootstrap Test
- <a href="http://genenetwork.org/glossary.html#bootstrap" target="_blank">
+ <a href="{{ url_for('gn_docs_blueprint.glossary') }}#bootstrap" target="_blank">
<sup style="color:#f00"> ?</sup>
</a>
<br>
{% endif %}
{% if mapping_method == "reaper" %}
<input type="checkbox" name="additiveCheck" class="checkbox" style="display: inline; margin-top: 0px;" {% if additiveChecked|upper == "ON" %}value="ON" checked{% endif %}> <span style="font-size: 12px;">Allele Effects
- <a href="http://genenetwork.org/glossary.html#additive" target="_blank">
+ <a href="{{ url_for('gn_docs_blueprint.glossary') }}#additive" target="_blank">
<sup style="color:#f00"> ?</sup>
</a>
<br>
{% endif %}
<input type="checkbox" name="showSNP" class="checkbox" style="display: inline; margin-top: 0px;" {% if SNPChecked|upper == "ON" %}value="ON" checked{% endif %}> <span style="font-size: 12px;">SNP Track </span>
- <a href="http://genenetwork.org/glossary.html#snpSeismograph" target="_blank">
+ <a href="{{ url_for('gn_docs_blueprint.glossary') }}#snpSeismograph" target="_blank">
<sup style="color:#f00"> ?</sup>
</a>
<span style="color:red;">*</span>