{% extends "base.html" %} {% block content %}

Sample: {{ project }}
Type: {{ type }}

{% if description %}

{{ description }}

{% endif %}

Input
| Details
| FastQC

{{ dataset }}
{{ sample_stats }}

{% if sample_image_r1 %}
{% endif %} {% if sample_image_r2 %}
{% endif %}
{# ================================================================= PHIX #} {% if cfg['bwa_phix'] and cfg['bwa_phix']['do'] == True %}

Phix content
| Details
| FastQC

{{ phix_section }}

Reads statistics after/before Phix removal (mapped means with Phix)

{{ phix_stats }}
{% endif %} {# ============================================================ ADAPTERS #} {% if cfg['adapter_removal'] and cfg['adapter_removal']['do'] %}

Adapters
| Cutadapt report
| Details
| FastQC

Reads statistics after trimming and adapter removal

{{ cutadapt_stats1 }} {{ cutadapt_stats2 }} {% endif %} {# ============================================================= OUTPUT #} {% if output %}

Output

{{ output }}
{% endif %} {# ============================================================ TAXONOMY #} {% if cfg['kraken'] and cfg['kraken']['do'] %}

Taxonomic content
Details

Overview of the Taxonomic content of the reads.


{% endif %} {# ==================================================================== DAG #} {% if workflow %}

Workflow

{% include 'workflow.html' %}
{% endif %} {# ======================================================== software Details #} {% if snakemake_stats %}

Running Stats
collapse/expand

{% endif %} {% if dependencies %}

Dependencies
collapse/expand

Python dependencies (Pypi) {{ dependencies }}
Dependencies downloaded from bioconda requirements
{% endif %} {% endblock %}