Home

This is <%= SiteConfig.site_name %>, an installation of the SLIMseq software for <%= SiteConfig.organization_name %>.

Samples Submitted

<% if @samples != nil && @samples.size > 0 %> <%= render :partial => 'sample_table' %> <% else %>

Your lab groups have no submitted samples that have not been sequenced.

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