Skip to content

Commit

Permalink
Add Chr ID, location, exon info in High impact variant table
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu committed Oct 31, 2024
1 parent 44130fd commit a5c97b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/templates/contents_overview.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{% if not geneloop.first %}
<tr>
{% endif %}
<td{% if loop.last %} style="border-bottom: 1px solid #809ebf;"{% endif %} class="hgvs">{{ consequence.hgvsc }}<br/>{{ consequence.hgvsp }}</td>
<td{% if loop.last %} style="border-bottom: 1px solid #809ebf;"{% endif %} class="hgvs">{{ consequence.hgvsc }}<br/>{{ consequence.hgvsp }}<br/>{{ "("~item.seq_region_name~":"~item.start~",exon "~consequence.exon~")" }}</td>
<td{% if loop.last %} style="border-bottom: 1px solid #809ebf;"{% endif %}><small>{{ database_identifiers(item) | join(" ") }}</small></td>
<td{% if loop.last %} style="border-bottom: 1px solid #809ebf;"{% endif %}>{{ (item.FORMAT.AF | float * 100) | round(2) }}%</td>
<td{% if loop.last %} style="border-bottom: 1px solid #809ebf;"{% endif %}>{{ "yes" if item.is_in_hotspot else "no" }}</td>
Expand Down

0 comments on commit a5c97b7

Please sign in to comment.