# HG changeset patch # User Jan Kanis # Date 1436254088 -7200 # Node ID 8205546ba86cfac939fe0b0ab06a1ff5f6c22a1a # Parent 6719353162b0762984ffd5dd6cfe6b1517d162c5# Parent 844d121d0485a888e20f886084221634d9a9b3e8 merge 844d121d0485 so Tool Shed doesn't see multiple heads diff -r 844d121d0485 -r 8205546ba86c blast2html.html.jinja --- a/blast2html.html.jinja Thu Jul 31 16:49:27 2014 +0200 +++ b/blast2html.html.jinja Tue Jul 07 09:28:08 2015 +0200 @@ -41,20 +41,28 @@ } h1 { + font-size: 200%; + } + + h2 { + font-size: 150%; + } + + h1, h2 { border-bottom: 1px solid #CCCCCC; - font-size: 150%; padding-bottom: 0.1em; } - h2 { + h3 { font-size: 120%; font-weight: bold; } - h4.darkHeader { + h5.darkHeader { color: #4D4D4D; letter-spacing: 0; font-weight: bold; + font-size: 108%; } #nodata { @@ -378,17 +386,29 @@ strips all css, breaking this page but making this warning visible. This warning contains some ugly old skool tabular html layout that is not stripped. --> -
-
This html page seems to have been stripped by Galaxy.
+
+
This html page seems to have been stripped by Galaxy.
Disable Galaxy's html sanitization feature to view the full page (see sanitize_all_html in your galaxy's universe_wsgi.ini), or download this page instead of viewing it in Galaxy. -
+
+
+ +

Nucleotide Blast results

+ + + {% for param, value in params %} + + {% endfor %} +
{{param}}:{{value}}
+ +
+ {% if not blast.BlastOutput_iterations.findall('Iteration') %}
-

No data

+

No data

No matches
@@ -398,13 +418,12 @@ {% if blast.BlastOutput_iterations.findall('Iteration') | length > 1 %}
-

Queries

+

Queries

{% for result in blast.BlastOutput_iterations.Iteration %} {% endfor %} @@ -415,12 +434,12 @@
-

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

+

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

- {% for param, value in params %} + {% for param, value in result|params %} {% endfor %}
{{param}}:{{value}}
@@ -430,7 +449,7 @@ {% set hits = result|hits %} {% if not hits %}
-

No Hits

+

No Hits

@@ -440,23 +459,23 @@ {% else %}
-

Graphic Summary

+

Graphic Summary

-

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

+

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

Mouse-over to show defline and scores, click to show alignments
-

Color key for alignment scores

+
Color key for alignment scores
<40
40–50
50–80
80–200
-
200≤
+
≥200
@@ -504,10 +523,10 @@
-

Descriptions

+

Descriptions

-

Sequences producing significant alignments:

+
Sequences producing significant alignments:
Message:{{result.Iteration_message}}
@@ -532,7 +551,7 @@ - + {% endfor %}
{{hit.cover}} {{hit.e_value}} {{hit.ident}}{{hit.accession}}{{hit.hit|genelink(hit.hit.Hit_accession)}}
@@ -543,7 +562,7 @@
-

Alignments

+

Alignments

{% for hit in hits %} @@ -551,14 +570,13 @@
- GenBank - Graphics + {{ hit|genelink(text_from='dbname', cssclass='linkheader', display_nolink=False) }}

{{hit|firsttitle}}

- Sequence ID: {{hit|seqid}} + Sequence ID: {{ hit|genelink }} Length: {{hit.Hit_len}} Number of Matches: {{hit.Hit_hsps.Hsp|length}}

@@ -572,9 +590,9 @@