{% extends "base.html" %} {% block content %}
Total sequences: {{ summary.total_sequences }}
Filtered: {{ summary.filtered_count }}
Unique locations: {{ summary.locations }}
Date range: {{ summary.date_range }}
Command: {{ summary.cmd_line }}
Filters: {{ summary.filters }}
| File | Seqs | Length (min) | Length (max) | Length (mean) | N (min) | N (max) | N (mean) |
|---|---|---|---|---|---|---|---|
| {{ row.file }} | {{ row.sequences }} | {{ row.len_min }} | {{ row.len_max }} | {{ row.len_mean }} | {{ row.n_min }} | {{ row.n_max }} | {{ row.n_mean }} |
| ID | Length | N content | Status |
|---|---|---|---|
| {{ detail.id }} | {{ detail.length }} | {{ detail.n_content | round(4) }} | {{ 'filtered' if is_filtered else 'kept' }} |
No length data available for plotting.
{% endif %}Distribution of sequence lengths across all input FASTAs.
| {{ header }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
No sequences failed length or N-content filters.
{% endif %}{{ metadata_summary }}
{% if metadata_tables %} {% for table in metadata_tables %} {% endfor %} {% else %}No metadata tables available.
{% endif %}Unique locations: {{ summary.locations }}
Date range: {{ summary.date_range }}
{% if dataset_plot_html %} {{ dataset_plot_html | safe }} {% else %}No date/location data available for plotting.
{% endif %}Sampling timeline by location.
| ID | Length | N content |
|---|---|---|
| {{ row.id }} | {{ row.length }} | {{ row.n_content }} |
| {{ header }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
No metadata issues detected.
{% endif %}Inputs: {{ datafiles.inputs }}
Metadata: {{ datafiles.metadata }}
Output: {{ datafiles.output }}
Generated: {{ report_metadata.generated_stamp }}
Raccoon version: {{ report_metadata.raccoon_version }}
Python: {{ report_metadata.python_version }}
Platform: {{ report_metadata.platform }}