Clowdr Share

Session Info

Tool {{ data.tool.name }}
Session Location {{ data.clowdrloc }}

Executions

{% for task in data.tasks %} {% if task.summary.exitcode == 0 %} {% endfor %}
# Invocation Date Launched Status
{{ task.id }} {{ task.invoc.name }} {{ task.date }}Complete {% elif task.summary.exitcode %} Failed ({{ task.summary.exitcode }}) {% else %} Incomplete {% endif %}
Property Value(s)
Task Files Task Definition, Tool Descriptor, Invocation
Input Data Location {% for dloc in task.contents.dataloc %} {% if loop.index > 1 %} , {% endif %} {{ dloc }} {% endfor %}
Output Data Location {{ task.contents.taskloc }}
{% for param in task.invoc.contents.keys() %} {% endfor %}
Tool Inputs
{% for inam in data.tool.contents.inputs %} {% if inam["id"] == param %} {{ inam["name"] }} {% endif %} {% endfor %} {{ task.invoc.contents[param] }}
Logs
Output Log, Error Log
Task Duration
{{ task.summary.duration }}