{% extends "base.html" %} {%block stylesheet %} {% endblock %} {% block content %}

Workflows

{% if messages %} {% for message in messages %} {% ifequal message.tags|stringformat:"s" 'warning' %} {% endifequal %} {% endfor %} {% endif %}
{% include "galaxy/includes/histories.html" %}

Create new history from library selected file(s):

{% csrf_token %}
{{message}}

Add new files into Galaxy Library from 'Links' repository (file > 1Go)

Create new history from Upload files into Galaxy (file < 1Go)

{% csrf_token %} {{ uploadform }}
{% endblock %}