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

Summary

{{ summary_bam }}

MAPQ

MAPQ is the mapping quality score for a read. A MAPQ of 0 shows reads with multiple occurrence (possibility of multiple alignment with same MAPQ score) and unmapped reads. More the score is high more the alignment is reliable.
{% endif %} {% if quast_is_present == true %}

QUAST

{{ quast_link }}
{% endif %}

Chromosomes

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