From 9b528e659ff15a3285d1a38c11c7e1d0bec912f6 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 29 Jan 2009 22:29:56 +0000 Subject: [PATCH] Minor tweaks to libray summary page. Move the totals to after the 0,1,2-mismatch collumn. Suppress the None in the headings for the blocks that list what species/spike in the reads matched against. Add "lane" and "end" (if needed) to the header for that summary. --- templates/summary_stats.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/summary_stats.html b/templates/summary_stats.html index 89c6faa..2890155 100644 --- a/templates/summary_stats.html +++ b/templates/summary_stats.html @@ -45,7 +45,6 @@ % total % - Total 0 mismatch 1 mismatch 2 mismatch @@ -53,6 +52,7 @@ 0 mismatch 1 mismatch 2 mismatch + Total @@ -69,14 +69,14 @@ {{ lane.no_match_percent|stringformat:".2f" }} {{ lane.qc_failed }} {{ lane.qc_failed_percent|stringformat:".2f" }} - {{ lane.unique_reads }} {{ lane.match_codes.U0 }} {{ lane.match_codes.U1 }} {{ lane.match_codes.U2 }} - {{ lane.repeat_reads }} + {{ lane.unique_reads }} {{ lane.match_codes.R0 }} {{ lane.match_codes.R1 }} {{ lane.match_codes.R2 }} + {{ lane.repeat_reads }} {% endfor %} @@ -84,7 +84,10 @@

{% for lane in lane_summary_list %} -

{{lane.cycle_width}} {{ lane.flowcell_id }} {{ lane.lane_id }} {{ lane.end }}

+

+ {{lane.cycle_width}} {{ lane.flowcell_id }} lane {{ lane.lane_id }} + {% if lane.end %} end {{ lane.end }}{% endif %} +