{% extends "base.html" %} {% block content %} {% if bam_is_present == true %}

1 - Input

The BAM file contains {{ alignment_count }} fragments/alignments.

2 - Flags

{{ flags_table }}

3 - MAPQ

4 - Chromosomes

Sequencing depth analysis of your chromosomes are available in the table. {{ list_chromosome }}
{% else %}

1 - Chromosomes

Sequencing depth analysis of your chromosomes are available in the table. {{ list_chromosome }}
{% endif %} {% endblock %}