{% extends "base_template.html" %} {% block title %}Per-Sequence Metrics - PyCodon Analyzer Report{% endblock %} {% block content %}
The full table of per-sequence metrics (per_sequence_metrics_all_genes.csv
) is generated and available in the main output directory and also copied to the {{ report_data.report_dir_name }}/data/
subdirectory of this HTML report.
Due to its potential large size, direct display of this table in the HTML report is not implemented for now. Future versions may include interactive filtering and pagination for this data.
You can access the full CSV file here: {% if report_data.tables.per_sequence_metrics_csv_path %} {{ report_data.tables.per_sequence_metrics_csv_path }} {% else %} CSV file path not available. {% endif %}
{% endblock %}