{% extends base_template %} {% import "explorer.html" as exp %} {% block title %}Create a Job{% endblock %} {% block css %} {{ include_css("explorer.css") }} {% endblock css %} {% block dialogs %} {% endblock dialogs %} {% macro showfile(f) %} {% if f.files|length > 0 %} {% endif %} s {% endmacro %} {% macro enrichmentColumnsName(val) %} {% if val == 0 %}labelled Element Count {% elif val == 1 %}maxIso {% else %}{{val}} {% endif %} {% endmacro %} {% block content %}

Create a Job

{% if not is_running %} {% endif %}
{{showfile(pepxmlfiles)}}
{{showfile(protxmlfile)}}
{{showfile(mzmlfiles)}}
The website uses job name to create unique identifiers so there is a minimum length specification of 8.
{% if config.MAIL_SERVER %} {% endif %}
{# #}
{% endblock content %} {% block js %} {{super()}} {% endblock js %}