Skip to content

Commit

Permalink
Update tabel index
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu committed Dec 3, 2024
1 parent 0fc8b1c commit 7a1bc6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions report/templates/contents_aln.html.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

<h1>Alignment Statistics</h1>

{% set stats = modules.snv_indels.stats %}

<div class="table-title">
<p>Table 4 | Alignment count statistics</p>
<p>Table 3 | Alignment count statistics</p>
</div>
<table class="table-wide" style="margin-bottom: 2em;">
<thead>
Expand Down Expand Up @@ -49,7 +50,7 @@
</table>

<div class="table-title">
<p>Table 5 | Insert size statistics</p>
<p>Table 4 | Insert size statistics</p>
</div>
<table class="table-long" style="margin-bottom: 2em;">
<tbody>
Expand All @@ -70,6 +71,4 @@
<td>{{ stats.ins.min_insert_size|show_int }}</td>
</tr>
</tbody>
</table>


</table>
6 changes: 3 additions & 3 deletions report/templates/contents_overview.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="keep-together">
<div class="table-title">
<p>Table 7 | High-impact variants in genes of interest</p>
<p>Table 6 | High-impact variants in genes of interest</p>
</div>
<table class="table-wide" id="var-overview" style="margin-bottom: 2em;">
<thead>
Expand Down Expand Up @@ -46,7 +46,7 @@

<div class="keep-together">
<div class="table-title">
<p>Table 8 | Detected fusion genes</p>
<p>Table 7 | Detected fusion genes</p>
</div>
<table class="table-wide" id="fusion-overview" style="margin-bottom: 2em;">
<thead>
Expand Down Expand Up @@ -78,7 +78,7 @@

<div class="keep-together">
<div class="table-title">
<p>Table 9 | Detected reciprocal soft clip events</p>
<p>Table 8 | Detected reciprocal soft clip events</p>
</div>
<table class="table-wide" style="margin-bottom: 2em; width: 30%;">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion report/templates/contents_rna.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set stats = modules.snv_indels.stats %}

<div class="table-title">
<p>Table 6 | Base-level annotation statistics</p>
<p>Table 5 | Base-level annotation statistics</p>
</div>
<table class="table-wide" style="margin-bottom: 2em;">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion report/templates/contents_var.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<h1>Variant Calling Results</h1>

{% set vars = {'figure_idx': 1, 'table_idx': 10} %}
{% set vars = {'figure_idx': 1, 'table_idx': 9} %}
{% for gene in stats.cov %}
{% for tid, exons in stats.cov[gene].items() %}
<div class="keep-together">
Expand Down

0 comments on commit 7a1bc6d

Please sign in to comment.