%inherit file="/base.mako"/> <% _=n_ %> <%def name="title()">Extract workflow from history%def> <%def name="stylesheets()"> ${h.css( 'history', 'base' )} %def> <%def name="javascripts()"> ${parent.javascripts()} %def> <%def name="history_item( data, creator_disabled=False )"> %if data.state in [ "no state", "", None ]: <% data_state = "queued" %> %else: <% data_state = data.state %> %endif
%endif |
The following list contains each tool that was run to create the datasets in your current history. Please select those that you wish to include in the workflow.
Tools which cannot be run interactively and thus cannot be incorporated into a workflow will be shown in gray.
%for warning in warnings: