{% extends 'base.html' %} {% load static %} {% block sb_admin_title %} Workflow Summary {% endblock sb_admin_title %} {% block sb_admin_subheading %} {% endblock sb_admin_subheading %} {% block sb_admin_breadcrumb %} Dashboard / Galaxy Summary {% endblock sb_admin_breadcrumb %} {% block sb_admin_breadcrumb_active %} / Workflow Summary {% endblock sb_admin_breadcrumb_active %} {% block sb_admin_custom_js %} {% endblock sb_admin_custom_js %} {% block content %} {% load render_table from django_tables2 %} {% load bootstrap3 %} {% load querystring from django_tables2 %}

The table below details all the registered Galaxy workflows associated with the current user. This can include workflows from multiple Galaxy instances.

To run any of the Galaxy instances, select the 'run' cell for the chosen workflow. The user will then be redirected to a new page where they can choose the associated inputs to run the workflow

{% include 'gfiles/table_with_filter_right_include.html' %}

If any updates are required of the workflow or if a workflow is to be deleted, this should be done on the Galaxy site. After syncing the workflows will be updated here.

{% csrf_token %}
{% endblock %}