{% extends base_template %} {% import "macros/spinner.html" as spinner %} {% block title %}Explore: {{job_name}}{% endblock %} {% block cdn_css %} {{cdn_css('datatables')}} {{cdn_css('datatables-select')}} {% endblock %} {% block css %} {{spinner.css()}} {% endblock css %} {% block precontent %} {{spinner.html('danger')}} {% endblock precontent %} {% block content %}

{{job_name}}

{{jobid}} {{stat.st_size|human}}

Total Distinct Peptides:
{# protein group table goes here #}
{# peptide table goes here #}
{# peptide LPF goes here #}
Download PDF Don't understand these plots? See here.

Filters

{% include "filter-frag.html" with context %}

NNLS Residual Histogram

Enrichment Histogram

{% endblock content %} {% block js %} {{super()}} {{cdn_js('datatables')}} {{cdn_js('datatables-select')}} {# https://datatables.net/reference/event/error #} {{spinner.js()}} {% endblock js %}