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(SiteConfig.track_hybridizations?) %>

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?' %>
<% else %>

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?) %>

Array Inventories

<% if @lab_groups != nil && @lab_groups.size > 0 %> <% for lab_group in @lab_groups %> <%# Make sure someone is logged in, and show only stuff they're supposed to access%> <%=h lab_group.name %>: <% for chip_type in @chip_types %> <% chip_transactions = ChipTransaction.find_all_in_lab_group_chip_type(lab_group.id,chip_type.id) %> <% if chip_transactions.length != 0 %>
  • <% totals = ChipTransaction.get_chip_totals(chip_transactions) %> <%= link_to(h=chip_type.name, { :controller => "chip_transactions", :action => "list_subset", :lab_group_id => lab_group.id, :chip_type_id => chip_type.id}) %>: <%=h totals['chips'] %>
  • <% end %> <% end %>
    <% end %> <% else %>

    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.

    <% end %> <% end %>