Dexy Run Report

Results of your Run


This is a logfile to help you understand how dexy has processed your files and to assist with troubleshooting.



Config

This is the configuration which was used for this run:

{{ dexy_config }}

Documents

{% for doc in docs %}

{{ doc.key() }}

{% if doc.args.__len__() > 0 %}

Arguments

{{ doc.args_html }} {% endif %} {% if doc.inputs.__len__() > 0 %}

Inputs

{% endif %}

Artifacts

{% for a in doc.artifacts -%} {% if a.elapsed -%} {% else -%} {% endif -%} {% endfor -%}
KeyLinkFinalElapsedRun TypeSections
{{ a.key }} {{ a.filepath() }} {{ a.final }}{{ "%0.4f" % a.elapsed }}{{ a.run_type }} {% for k in a.data_dict.keys() -%} {{ k }}
{% endfor -%}

{% for a in doc.artifacts -%} {% if a.stdout -%}

{{ a.key }} stdout

{{ a.stdout_html }} {% endif -%} {% endfor -%}

Document Log

{{ doc.logstream.getvalue() }}

{% endfor %}