{% extends "base.html" %} {% block content %}
Sequences: {{ summary.sequences }}
Alignment length: {{ summary.alignment_length }}
Masked sites: {{ summary.masked_sites }}
Masked fraction: {{ summary.masked_pct }}
Sequences removed: {{ summary.sequences_removed }}
| {{ header }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
No masked-site summary available.
{% endif %}| {{ header }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
No mask file entries available.
{% endif %}Input alignment: {{ datafiles.alignment }}
Mask file: {{ datafiles.mask_file }}
Output alignment: {{ datafiles.output_alignment }}
Output directory: {{ datafiles.output_dir }}
Generated: {{ report_metadata.generated_stamp }}
Raccoon version: {{ report_metadata.raccoon_version }}
Python: {{ report_metadata.python_version }}
Platform: {{ report_metadata.platform }}