diff blast2html.html.jinja @ 24:c8347745bbad

use Iteration_message tag; also work with unexpected Hit_id values
author Jan Kanis <jan.code@jankanis.nl>
date Thu, 15 May 2014 12:12:21 +0200
parents 6995a6f34f3f
children eee23a36c582
line wrap: on
line diff
--- a/blast2html.html.jinja	Thu May 15 11:05:39 2014 +0200
+++ b/blast2html.html.jinja	Thu May 15 12:12:21 2014 +0200
@@ -414,7 +414,9 @@
         <section>
           <h2>No Hits</h2>
           <div class=grey>
-            This query did not match anywhere
+            <table class=headerdata>
+              <tr><td class=param>Message:</td><td>{{result.Iteration_message}}</td></tr>
+            </table>
           </div>
         </section>
         {% else %}