{% extends 'tabbed.html' %} {% block head %} Contig QC Dashboard (Vega-Lite) {% endblock %} {% block tabcontent %}
{% if has_metadata == 'true' %}
This visualization shows contig quality metrics (length distribution, Nx curve, GC content, cumulative length) for all samples, grouped by metadata categories. Loading may take a while for large datasets. Changing categories in the dropdown may take a few seconds for the charts to update. Only categorical metadata are available in this visualization.
Pick a metadata category and value to filter the plots below:
{% endif %}
Click on the individual samples below to show/hide them:
{% endblock %} {% block footer %} {% set loading_selector = '#loading' %} {% include 'js-error-handler.html' %} {% endblock %}