Date Generated: <%=h @flow_cell.date_generated %>
Name: <%=h @flow_cell.name %>
Flow Cell Comment: <%=h @flow_cell.comment %>
Status: <%=h @flow_cell.status %>
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 %> |