diff options
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/probeset.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/probeset.html b/gn2/wqflask/templates/probeset.html index ed96e6c3..327870c8 100644 --- a/gn2/wqflask/templates/probeset.html +++ b/gn2/wqflask/templates/probeset.html @@ -72,6 +72,13 @@ mRNA Expression: </tr> {% endif %} + {% if summary %} + <tr> + <td><b>Summary</b></td> + <td>{{ summary }}</td> + </tr> + {% endif %} + {% if metadata.blatSeq %} <tr> <td><b>BLAT Sequence</b></td> |