Flow Cell

Date Generated: <%=h @flow_cell.date_generated %>

Name: <%=h @flow_cell.name %>

Flow Cell Comment: <%=h @flow_cell.comment %>

Status: <%=h @flow_cell.status %>

<% for lane in @flow_cell.flow_cell_lanes %> <% end %>
Lane Number Sample Starting Concentration (ng/mL) Loaded Concentration (pM) Lane Comment
<%=h lane.lane_number %> <% lane.samples.each do |sample| %> <%=h sample.name_on_tube %> (<%=h sample.sample_description %>) <% end %> <%=h lane.starting_concentration %> ng/mL <%=h lane.loaded_concentration %> pM <%=h lane.comment %>
<%= link_to 'Edit', edit_flow_cell_path(@flow_cell) %> | <%= link_to 'Back', flow_cells_path %>