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.
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' %>
Date | Short Sample Name | Sample Name | Sample Group Name | Project | <% if @using_sbeams %>SBEAMS User | <% end %>Status | Edit | Destroy |
---|---|---|---|---|---|---|---|---|
<%=h sample.submission_date %> | <%=h sample.short_sample_name %> | <%=h sample.sample_name %> | <%=h sample.sample_group_name %> | <%=h sample.project.name %> | <% if @using_sbeams %><%=h sample.sbeams_user %> | <% end %><%=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' %>