Home

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' %> .

<% end %>

<%= link_to 'Submit New Samples', :controller => 'sample_sets', :action => 'new' %>

Samples Submitted

<% if @samples != nil && @samples.size > 0 %> <%= render :partial => 'sample_table' %> <%= link_to 'Cluster samples on a flow cell', new_flow_cell_path %> <% else %>

There are no samples submitted for sequencing.

<% end %>

Flow cells ready for Sequencing

<% if @flow_cells != nil && @flow_cells.size > 0 %> <% for flow_cell in @flow_cells %> <% 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 %>
<%= link_to 'Sequence flow cell', new_sequencing_run_path %> <% else %>

There are no flow cells for sequencing.

<% end %>