diff options
-rw-r--r-- | wqflask/wqflask/templates/phenotype.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/phenotype.html b/wqflask/wqflask/templates/phenotype.html index 4c0cdd99..500c2f70 100644 --- a/wqflask/wqflask/templates/phenotype.html +++ b/wqflask/wqflask/templates/phenotype.html @@ -82,6 +82,12 @@ <td><b>Effect Size</b></td> <td>{{ metadata.additive or "N/A"}}</td> </tr> + {% if metadata.locus %} + <tr> + <td><b>Peak Location</b></td> + <td>Chr{{ metadata.locus.chromosome }}: {{ metadata.locus.mb }}</td> + </tr> + {% endif %} {% if metadata.references.id %} <tr> <td><b>Resource Links</b></td> |