{% extends 'tabbed.html' %} {% block head %} Contig QC Dashboard (Vega-Lite) {% endblock %} {% block tabcontent %}
This visualization shows summary contig quality metrics (contig count, N50, N90, total assembly length) for sample groups selected based on the metadata.
Pick a metadata category to group the samples by and a quality metric to be displayed on the Y axis.
{% endblock %} {% block footer %} {% set loading_selector = '#loading' %} {% include 'js-error-handler.html' %} {% endblock %}