{{ tool.name }}

Info

{% if tool.tags %}
tags

{% for tag in tool.tags %} {{ tag }} {% endfor %}

{% endif %}
id
{{ tool.id }}
{% if tool.authors %}
authors
{% for author in tool.authors %}

{% if author.url %} {{ author.name }} {% else %} {{ author.name }} {% endif %} {% if author.email %} ({{ author.email }}) {% endif %}

{% endfor %}
{% endif %}
wrapper version
{{ tool.version }}
description
{{ tool.description }}
help
{{ tool.help }}
{% if tool.cite %}
cite
{{ tool.cite }}
{% endif %}

Command

tool version
{{ tool.command.version }}
tool url
{{ tool.command.url }}
{% if tool.command.authors %}
tool authors
{% for author in tool.command.authors %}

{% if author.url %} {{ author.name }} {% else %} {{ author.name }} {% endif %} {% if author.email %} ({{ author.email }}) {% endif %}

{% endfor %}
{% endif %} {% if tool.command.description %}
tool description
{% endif %}
tool license
{% if tool.command.license and tool.command.license != 'UNKNOWN' %} {% else %}

UNKNOWN

{% endif %}
targets
{% for target in tool.command.targets %} {{ target.os }}{% if target.arch != "*" %} ({{ target.arch }}){% endif %} {% endfor %}

Inputs

{% for id, item in tool.inputs.items() %} {% endfor %}
id datatype cardinality required default description
{{item.id}} {{item.datatype}} {{item.cardinality}} {% if item.required %}yes{% endif %} {% if item.default %}{{item.default}}{% endif %} {{item.description}}

Outputs

{% for id, item in tool.outputs.items() %} {% endfor %}
id datatype cardinality required default description
{{item.id}} {{item.datatype}} {{item.cardinality}} {% if item.required %}yes{% endif %} {% if item.default %}{{item.default}}{% endif %} {{item.description}}

Tests

Blaat