From: Diane Trout Date: Mon, 6 Aug 2012 21:25:11 +0000 (-0700) Subject: Don't link to lane for the raw result files section. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=ee6ea64169184bd7c8b3214cb0cac2b039fd0629 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. --- 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 }}