This is <%= SiteConfig.site_name %>, an installation of the SLIMseq software for <%= SiteConfig.organization_name %>.
<% if @lab_groups.size == 0 %>It appears there isn't much information in the database yet.
Start by <%= link_to 'creating some lab groups', :controller => 'lab_groups', :action => 'new' %>
.
<%= link_to 'Submit New Samples', :controller => 'sample_sets', :action => 'new' %>
There are no samples submitted for sequencing.
<% end %>Date | Name | Status | Comment | Show | Edit | Destroy |
---|---|---|---|---|---|---|
<%=h flow_cell.date_generated %> | <%=h flow_cell.name %> | <%=h flow_cell.status %> | <%=h flow_cell.comment %> | <%= link_to 'Show', flow_cell %> | <%= link_to 'Edit', edit_flow_cell_path(flow_cell) %> | <%= link_to 'Destroy', flow_cell, :confirm => 'Are you sure?', :method => :delete %> |
There are no flow cells for sequencing.
<% end %>