{% extends 'final_layout.html' %} {% block crispector_logo %} {{exp_param_d.logo_path}} {% endblock %} {% block experiment_title %} {{exp_param_d.page_title}}{{exp_param_d.page_title}} {% endblock %} {% block edit_section_title %} {{exp_param_d.edit_section.title}} {% endblock %} {% block edit_section_editing_activity_title %} {% endblock %} {% block edit_section_editing_activity_plot_path %} {% if exp_param_d.edit_section.editing_activity_all and exp_param_d.edit_section.editing_activity_allele_only %}
{{edit_section_result_table_html}}


{% else %}
{{edit_section_result_table_html}}


{% endif %} {% endblock %} {% block translocations_menu %} {% if exp_param_d.translocations.title != '' %}
{% endif %} {% endblock translocations_menu %} {% block translocations %} {% if exp_param_d.translocations.title != '' %}


  • {{exp_param_d.translocations.title}}
    {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab != '' and exp_param_d.translocations.translocations_results_tab != ''%} {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab != '' and exp_param_d.translocations.translocations_results_tab == ''%} {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab == '' and exp_param_d.translocations.translocations_results_tab != ''%} {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab == '' and exp_param_d.translocations.translocations_results_tab == ''%} {% endif %}
    {% if exp_param_d.translocations.translocations_heatmap_tab == '' and exp_param_d.translocations.translocations_results_tab == ''%}
    {% if exp_param_d.translocations.tx_translocations_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.translocations.mock_translocations_path != '' %}
    {% else %} {% endif %}


    {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab != '' and exp_param_d.translocations.translocations_results_tab == '' %}
    {% if exp_param_d.translocations.tx_translocations_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.translocations.mock_translocations_path != '' %}
    {% else %} {% endif %}


    {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab != '' and exp_param_d.translocations.translocations_results_tab != '' %}
    {% if exp_param_d.translocations.tx_translocations_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.translocations.mock_translocations_path != '' %}
    {% else %} {% endif %}


    {{translocations_trans_res_tab_tab_data_html}}
    {% if exp_param_d.translocations.tx_translocations_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.translocations.mock_translocations_path != '' %}
    {% else %} {% endif %}


    {% endif %} {% if exp_param_d.translocations.translocations_heatmap_tab == '' and exp_param_d.translocations.translocations_results_tab != "" %}
    {{translocations_trans_res_tab_tab_data_html}}
    {% if exp_param_d.translocations.tx_translocations_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.translocations.mock_translocations_path != '' %}
    {% else %} {% endif %}


    {% endif %}
  • {% endblock translocations %} {% block reading_stats_title %} {{exp_param_d.reading_statistics.title}} {% endblock %} {% block reading_stats_mapping_stats_title %} {{exp_param_d.reading_statistics.mapping_stats.title}} {% endblock %} {% block reading_stats_mapping_stats_plot_path %} {{exp_param_d.reading_statistics.mapping_stats.plot_path}} {% endblock %} {% block reading_stats_mapping_stats_pdf_path %} {{exp_param_d.reading_statistics.mapping_stats.pdf_path}} {% endblock %} {% block reading_stats_mapping_per_site_title %} {{exp_param_d.reading_statistics.mapping_per_site.title}} {% endblock %} {% block reading_stats_mapping_per_site_plot_path %} {{exp_param_d.reading_statistics.mapping_per_site.plot_path}} {% endblock %} {% block reading_stats_mapping_per_site_pdf_path %} {{exp_param_d.reading_statistics.mapping_per_site.pdf_path}} {% endblock %} {% block reading_stats_discarded_sites %} {% if reading_stats_discarded_sites != '' %} {{exp_param_d.reading_statistics.discarded_sites}} {% endif %} {% endblock reading_stats_discarded_sites %} {% block reading_stats_fastp %}
    {% if exp_param_d.reading_statistics.fastp_tx_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.reading_statistics.fastp_mock_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.reading_statistics.unmatched_tx_path != '' %}
    {% else %} {% endif %}
    {% if exp_param_d.reading_statistics.unmatched_mock_path != '' %}
    {% else %} {% endif %}
    {% endblock reading_stats_fastp %} {% block reading_stats_fastp_tx_text %} {% if exp_param_d.reading_statistics.fastp_tx_text != '' %} {{exp_param_d.reading_statistics.fastp_tx_text}} {% endif %} {% endblock reading_stats_fastp_tx_text %} {% block reading_stats_fastp_mock_text %} {% if exp_param_d.reading_statistics.fastp_mock_text != '' %} {{exp_param_d.reading_statistics.fastp_mock_text}} {% endif %} {% endblock reading_stats_fastp_mock_text %} {% block site_name_menu %} {% for site in exp_param_d.html_sites.sites_name_list -%}
  • {{ site }}
  • {% endfor %} {% endblock %} {% block site_name %} {% for site in exp_param_d.html_sites.sites_name_list -%}
  • {{ site }}
  • {% endfor %} {% endblock %} {% block log_path %} {{exp_param_d.log_path}} {% endblock %}