from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 5 _modified_time = 1287725813.3330619 _template_filename='templates/tool_executed.mako' _template_uri='tool_executed.mako' _template_cache=cache.Cache(__name__, _modified_time) _source_encoding=None _exports = [] def render_body(context,**pageargs): context.caller_stack._push_frame() try: __M_locals = __M_dict_builtin(pageargs=pageargs) h = context.get('h', UNDEFINED) tool = context.get('tool', UNDEFINED) trans = context.get('trans', UNDEFINED) out_data = context.get('out_data', UNDEFINED) __M_writer = context.writer() # SOURCE LINE 1 __M_writer(u'\n\n\n\nGalaxy\n\n\n\n\n\n\n\n\n
\n\n

The following job has been successfully added to the queue:

\n\n') # SOURCE LINE 51 for data in out_data.values(): # SOURCE LINE 52 __M_writer(u'
') __M_writer(unicode(data.hid)) __M_writer(u': ') __M_writer(unicode(data.name)) __M_writer(u'
\n') # SOURCE LINE 54 __M_writer(u"\n

\nYou can check the status of queued jobs and view the resulting \ndata by refreshing the History pane. When the job has been run\nthe status will change from 'running' to 'finished' if completed \nsuccessfully or 'error' if problems were encountered.\n

\n\n") # SOURCE LINE 62 if tool.options.refresh: # SOURCE LINE 63 __M_writer(u'
\n') # SOURCE LINE 65 __M_writer(u'\n\n\n\n\n\n') return '' finally: context.caller_stack._pop_frame()