# HG changeset patch # User Jan Kanis # Date 1401102433 -7200 # Node ID 4217bb9cf1d341369898ba58b51720cbe9a94a05 # Parent d6c7b5de2833928bb5ad98ec27b00b88dd99610d depend on python 3; fix internal links with multiple iterations diff -r d6c7b5de2833 -r 4217bb9cf1d3 blast2html.html.jinja --- a/blast2html.html.jinja Wed May 21 18:39:51 2014 +0200 +++ b/blast2html.html.jinja Mon May 26 13:07:13 2014 +0200 @@ -126,7 +126,7 @@ max-width: 50em; text-align: left; height: 2.8em; - overflow-y: hidden; + overflow: hidden; } div.legend { @@ -400,7 +400,7 @@

Queries

{% for result in blast.BlastOutput_iterations.Iteration %} -
+
{% set hits = result|hits %} {{result['Iteration_query-ID']}}: {{result['Iteration_query-def']}} ({{result|len}} letters, {{hits|length}} hits) @@ -412,7 +412,7 @@ {% for result in blast.BlastOutput_iterations.Iteration %} -
+

Nucleotide Sequence ({{result|len}} letters)

@@ -444,7 +444,7 @@

Distribution of {{result|length}} Blast Hits on the Query Sequence

-
+
Mouse-over to show defline and scores, click to show alignments
@@ -482,9 +482,9 @@ {% for line in result|match_colors %}
{% for hit in line.colors %} @@ -521,9 +521,9 @@ {% for hit in result|hit_info %} -
{{hit.maxscore}} @@ -546,10 +546,10 @@
{% for hit in hits %} -
+
@@ -564,11 +564,11 @@
{% if hit|othertitles|length %} - + See {{hit|othertitles|length}} more title(s) -