This is a logfile to help you understand how dexy has processed your files and to assist with troubleshooting.
The total elapsed time for batch {{ batch.batch_id }} was {{ "%0.2f" % batch.elapsed() }} ({{ "%0.2f" % (float(batch.elapsed())/60)}} minutes).
{% for k, v in doc.args.iteritems() -%}
{% if not k in ('wrapper', 'contents') -%}
{% if isinstance(v, dict) -%}
{{ k }}:
{% for kk, vv in v.iteritems() -%}
{{ kk }}: {{ vv }}
{% endfor -%}
{% else -%}
{{ k }}: {{ v }}
{% endif -%}
{% endif -%}
{% endfor -%}
{% if len(doc.inputs) > 0 %}
Key | Link | Elapsed | Run Type | Sections | wd |
---|---|---|---|---|---|
{{ a.key }} | {{ a.output_data.storage.data_file() }} | {{ "%0.4f" % a.elapsed }} | {{ a.content_source }} |
{% if hasattr(a.output_data, 'keys') -%}
{% for k in a.output_data.keys() -%}
{{ k }} {% endfor -%} {% endif -%} |
{% if a.working_dir_exists() -%} wd {% endif -%} |
{{ a.key }} stdout
{{ a.stdout }} {% endif -%} {% endfor -%}{{ doc.logstream.getvalue() }}