<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> %if message: ${render_msg( message, status )} %endif <% states_list = request_type.states %>

Sequencer Configuration "${request_type.name}"

Sequencer configuration information
${request_type.name}
${request_type.desc}
${request_type.request_form.name}
${request_type.sample_form.name}
Possible sample states
%for element_count, state in enumerate(states_list):
${state.desc}
%endfor
Sequencer information
This information is only needed for transferring data from sequencer to Galaxy
${rename_dataset_select_field.get_html()}
The datasets are renamed by prepending the experiment name and the sample name to the dataset name.
This makes sure that dataset names remain unique in Galaxy even when they have the same name in the sequencer.