<%= link_to 'New Sequencing Run', new_sequencing_run_path %>
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 %> |