Don't link to lane for the raw result files section.
authorDiane Trout <diane@caltech.edu>
Mon, 6 Aug 2012 21:25:11 +0000 (14:25 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 6 Aug 2012 21:25:11 +0000 (14:25 -0700)
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

index 771538c01cd1ca16414d37862351d9d8ebe9639c..c09a510aa5c676f23164ec631cd3f3a3b01b624c 100644 (file)
@@ -33,7 +33,7 @@
       <td property="libns:date" content="{{result.run_date|date:'Y-m-d\TH:i:s'}}" datatype="xsd:dateTime">{{ result.run_date|date}}</td>
       <td>{{ result.cycle }}</td>
       <td><a href="{{result.flowcell.get_absolute_url}}"><span property="libns:flowcell_id">{{ result.flowcell_id }}</span></a>{% if user.is_staff %}<a href="{{result.flowcell.get_admin_url}}"><img class="icon_button" src="/media/img/admin/icon_changelink.gif" alt="Edit"/></a>{% endif%}</td>
-      <td><a href="{{result.lane.get_absolute_url}}" rel="libns:has_lane"><span property="libns:lane_number" datatype="xsd:decimal">{{ result.lane.lane_number }}</span></a></td>
+      <td>{{ result.lane.lane_number }}</td>
       <td><a href="{{ result.summary_url }}">Summary</a></td>
       <td><a href="{{ result.result_url }}">{{ result.result_label }}</a></td>
       <td>