Home

This is <%= SiteConfig.site_name %>, an instance of the SLIMarray software for <%= SiteConfig.organization_name %>.
Please visit the SLIMarray web site for documentation and additional information.

<% if @lab_groups.size == 0 || @chip_types.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' %> and <%= link_to 'creating some chip types', :controller => 'chip_types', :action => 'new' %>

<% end %>

Samples Submitted for Hybridization

<% if @samples != nil && @samples.size > 0 %> <% if @using_sbeams %> <% end %> <% for sample in @samples %> <% if @using_sbeams %> <% end %> <% end %>
Date Short Sample Name Sample Name Sample Group Name ProjectSBEAMS UserStatus Edit Destroy
<%=h sample.submission_date %> <%=h sample.short_sample_name %> <%=h sample.sample_name %> <%=h sample.sample_group_name %> <%=h sample.project.name %><%=h sample.sbeams_user %><%=h sample.status %> <%= link_to 'Edit', :controller => 'samples', :action => 'edit', :id => sample %> <%= link_to 'Destroy', { :controller => 'samples', :action => 'destroy', :id => sample }, :confirm => 'Are you sure?' %>

<%= link_to 'Hybridize Samples', :controller => 'hybridizations', :action => 'new' %>

<% else %>

There are no samples submitted for hybridization.

<% end %>

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