<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> %if message: ${render_msg( message, status )} %endif <%def name="render_state( element_count, state_name, state_desc )">
optional
Create a new sequencer configuration
%if not rt_info_widgets: Create a request & sample form definition first to create a new sequencer configuration. %else:
%for rt_info in rt_info_widgets:
${rt_info['widget'].get_html()}
%endfor
Possible sample states
%if len(rt_states_widgets): %for index, info in enumerate(rt_states_widgets): ${render_state( index, info[0], info[1] )} %endfor %endif
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.
%endif