{% extends "template.html" %} {% block body %}

DeltaPD Report

Parameters

Input Path SHA256
Reference tree {{ path_r_tree }} {{ path_r_tree_sha256 }}
Query tree {{ path_q_tree }} {{ path_q_tree_sha256 }}
Metadata {{ path_metadata }} {{ path_metadata_sha256 }}
Query MSA {{ path_msa_file }} {{ path_msa_file_sha256 }}
Parameter Value
Relative influence threshold {{ inf_thresh }}
Metric difference threshold {{ dif_thresh }}
Output directory {{ out_dir }}
k {{ k }}
Generate plots? {{ plot }}
ETE 3 scale (pixels per unit) {{ ete3_scale }}
Max query taxa per rep taxon {{ max_taxa }}
qry_sep {{ qry_sep }}
cpus {{ cpus }}
Execution start time {{ exec_time_start }}
Execution end time {{ exec_time_end }}
Execution duration {{ exec_time_duration }}

Outlier taxa

{% for q_label, outlier_list in outliers.items() %}
{% for outlier_item in outlier_list %} {% endfor %}
Reference Taxon Iteration R2 MSE Gradient Influence Delta from base Plots
Base JK Base JK Base JK
{{ outlier_item['ref_label'] }} {{ outlier_item['i'] }} {{ outlier_item['base_r2'] }} {{ outlier_item['r2'] }} {{ outlier_item['base_mse'] }} {{ outlier_item['mse'] }} {{ outlier_item['base_grad'] }} {{ outlier_item['grad'] }} {{ outlier_item['inf'] }} {{ outlier_item['delta'] }} {% if plot %} QTree / RTree / PD {% else %}
N/A Re-run using --plot.
{% endif %}
{% endfor %} {% endblock %}