Skip to content

Commit

Permalink
Fix #183: Remove potentially confusing Kmer täckning column
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Oct 11, 2024
1 parent edb9256 commit 9a03dad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions microSALT/server/templates/typing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ <h6>Identitetströskel: {{threshold.mlst_id}}%, Längdtröskel: 100%, Novel miss
<th width="4%">#</th>
<th width="30%">Loci</th>
<th width="20%">Allel</th>
<th width="20%">Kmer Täckning</th>
<th>Identitet %</th>
<th>Längd (HSP) %</th>
</tr>
Expand All @@ -341,7 +340,6 @@ <h6>Identitetströskel: {{threshold.mlst_id}}%, Längdtröskel: 100%, Novel miss
<td>{{loop.index}}</td>
<td>{{seq_type.loci}}</td>
<td>{{seq_type.allele}}</td>
<td>{{seq_type.contig_coverage|round(2)}}x</td>
<td>{{seq_type.identity|round(2)}}%</td>
<td>{{(seq_type.span*100)|round(2)}}%</td>
</tr>
Expand All @@ -362,7 +360,6 @@ <h6>Identitetströskel: {{threshold.motif_id}}%, Längdtröskel: {{threshold.mot
<th width="15%">Gen</th>
<th width="20%">Grupp</th>
<th width="15%">Referens</th>
<th width="20%">Kmer Täckning</th>
<th>Identitet %</th>
<th>Längd (HSP) %</th>
</tr>
Expand All @@ -388,7 +385,6 @@ <h6>Identitetströskel: {{threshold.motif_id}}%, Längdtröskel: {{threshold.mot
{% else %}
<td>Okänd</td>
{% endif %}
<td>{{seq_type.contig_coverage|round(2) }}x</td>
<td>{{seq_type.identity|round(2) }}%</td>
{% if seq_type.span == 999.0 %}
<td>Odefinierad</td>
Expand Down

0 comments on commit 9a03dad

Please sign in to comment.