{% extends "base/page.html" %} {% load static %} {% block page_title %}Workflows{% endblock %} {% block css %} {% endblock %} {% block content %}
{{ BACKENDS_ENABLED }}
Id | Status | Snakefile | Command | Actions | {% for workflow in workflows %}
---|---|---|---|---|
{{ workflow.id }} | {% include "fields/status.html" with status=workflow.retval %} | {{ workflow.snakefile }} | {{ workflow.command }} |
You don't have any Snakemake workflows. Why don't you create one?
{% endif %}