comparison blast_html.html.jinja @ 21:9596fea636bb

style changes
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 15 May 2014 10:45:34 +0200
parents 53cd304c5f26
children
comparison
equal deleted inserted replaced
20:53cd304c5f26 21:9596fea636bb
53 53
54 #nodata { 54 #nodata {
55 font-weight: bold; 55 font-weight: bold;
56 } 56 }
57 57
58 .index {
59 margin-bottom: 3em;
60 }
58 .index div.indexentry { 61 .index div.indexentry {
59 margin: .6em; 62 margin: 1.2em 1.6em;
60 font-weight: bold; 63 font-weight: bold;
61 font-size: 100%; 64 font-size: 100%;
62 } 65 }
63 66
64 .headerdata { 67 .headerdata {
375 {% set hits = result|hits %} 378 {% set hits = result|hits %}
376 {{result['Iteration_query-ID']}}: {{result['Iteration_query-def']}} 379 {{result['Iteration_query-ID']}}: {{result['Iteration_query-def']}}
377 ({{result|len}} letters, {{hits|length}} hits) 380 ({{result|len}} letters, {{hits|length}} hits)
378 </a></div> 381 </a></div>
379 {% endfor %} 382 {% endfor %}
380 383
381 </section> 384 </section>
382 {% endif %} 385 {% endif %}
383 386
384 {% for result in blast.BlastOutput_iterations.Iteration %} 387 {% for result in blast.BlastOutput_iterations.Iteration %}
385 388