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

Search summary of {{ sample_name }} against database: {{ search_db.description }}

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

We are searching this sample against a subset of reference genomes: {{ search_db.description }}

Based on the search results below, we estimate that at least {{ "{:.1f}".format(f_found * 100) }}% of your contigs will align to reference genomes in this subset database. More may align to other genomes that aren't in this subset - that's what the full search shows!

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" %}