%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%namespace file="/admin/tool_shed_repository/repository_actions_menu.mako" import="*" /> ${render_galaxy_repository_actions( repository )} %if message: ${render_msg( message, status )} %endif %if tool_metadata:
Miscellaneous |
Version lineage of this tool (guids ordered most recent to oldest) |
%if guid == tool_metadata[ 'guid' ]: ${guid|h} (this tool) %else: ${guid|h} %endif |
Requirements (dependencies defined in the <requirements> tag set) |
name | version | type |
${requirement_name|h} | ${requirement_version|h} | ${requirement_type|h} |
Additional information about this tool |
${tool.command|h}
Functional tests |
name | inputs | outputs | required files |
${test_dict[ 'name' ]|h} |
%for input in inputs:
${input[0]|h}: ${input[1]|h} %endfor |
%for output in outputs:
${output[0]|h}: ${output[1]|h} %endfor |
%for required_file in required_files:
${required_file|h} %endfor |