{% include "_header.html" %} {% include "_header.html" %}

Sample search summary for: {{ sample_name }}

Based on the abundance profile, this looks like an assembly.

Based on the results below, we estimate that at least {{ "{:.1f}".format(f_found * 100) }}% of your contigs will align to a known reference genome.

Your sample is about {{ "{:.1f}".format((1 - f_found) * 100) }}% unknown. This is likely to be novel sequence!

Sample breakdown

{% for item in gather_df.to_dict(orient='records') %} {% endfor %}
Percent assigned Reference genome or collection
{{ item['f_unique_weighted']|percent }} ({{ item|unique_flat_bp }}) {{ item|subsearch_link(search_db) }}

{% include "_footer.html" %}