Listing Sequencing Runs

<%= link_to 'New Sequencing Run', new_sequencing_run_path %>

<% for sequencing_run in @sequencing_runs %> <% end %>

Date

Flow Cell

Instrument

Comment

Edit

Destroy

Create Config File

Default Output Paths

<%=h sequencing_run.date.strftime("%Y/%m/%d") %> <%=h sequencing_run.flow_cell.name %> <%=h sequencing_run.instrument.name_with_version %> <%=h sequencing_run.comment %> <%= link_to 'Edit', edit_sequencing_run_path(sequencing_run) %> <%= link_to 'Destroy', sequencing_run, :confirm => 'Are you sure?', :method => :delete %> <%= link_to 'Create Config File', new_sequencing_run_gerald_configuration_path(sequencing_run) %> <%= link_to 'Default Output Paths', :action => 'default_output_paths', :id => sequencing_run.id %>
<%= render :partial => 'shared/tinytable', :locals => {:sort_column => 0} %>