{% extends "layout.html" %} {% block breadcrumbs %}
  • {{ screen.name }}
  • quality control
  • {% endblock %} {% block content %}
    {% if fastqc %}

    GC content

    {% endif %}
    {% if fastqc %}

    Base quality

    {% endif %}
    {% if mapstats %}

    Mapping statistics

    {% endif %}

    Normalized read count distributions

    Sample correlation

    Principal component analysis

    {% endblock %}