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

Sample search summary for: {{ sample_name }}

Based on the abundance profile, this looks like a set of reads.

Based on the search results below, we estimate that at least {{ "{:.1f}".format(f_found * 100) }}% of your sequencing data will map to known reference genomes.

Your sample is about {{ "{:.1f}".format((1 - f_found) * 100) }}% unknown. This could be new sequence and/or sequencing errors.

Sample breakdown

{% for item in gather_df.to_dict(orient='records') %} {% endfor %}
Percent assigned Reference genome or collection Estimated sequencing depth in sample
{{ item['f_unique_weighted']|percent }} ({{ item|unique_weighted_bp }}) {{ item['match_description'] }} {{ item['median_abund']|int }}x
{% include "_footer.html" %}