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.
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?' %> |
Your lab groups have no submitted samples that have not been hybridized.
<% end %> <%= link_to 'Submit New Samples', :controller => 'samples', :action => 'new' %> <% end %> <% if(SiteConfig.track_inventory?) %>You belong to no lab groups, and therefore cannot see any array inventories.
Please contact your administrator at
<%=h SiteConfig.administrator_email %>
if you need
to be added to any lab groups.