New Sequencing Run

<%= error_messages_for :sequencing_run %> <% form_for(@sequencing_run) do |f| %>


<%= f.date_select 'date' %>


<%= f.collection_select 'flow_cell_id', @flow_cells, :id, :name %> <%= link_to 'Show Flow Cells That Have Already Been Processed', new_sequencing_run_path(:show_all_flow_cells => true) %>


<%= f.collection_select 'instrument_id', @instruments, :id, :name_with_version %>


<%= f.text_field :comment %>

<%= f.submit "Create" %>

<% end %> <%= link_to 'Back', sequencing_runs_path %>