From ee6ea64169184bd7c8b3214cb0cac2b039fd0629 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 6 Aug 2012 14:25:11 -0700 Subject: [PATCH] Don't link to lane for the raw result files section. The raw result file code for finding the lane ID was returning a wrong value (first lane) which was causing trouble on multi sample hiseq runs. --- htsworkflow/frontend/templates/samples/library_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 771538c..c09a510 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -33,7 +33,7 @@ {{ result.run_date|date}} {{ result.cycle }} {{ result.flowcell_id }}{% if user.is_staff %}Edit{% endif%} - {{ result.lane.lane_number }} + {{ result.lane.lane_number }} Summary {{ result.result_label }} -- 2.30.2