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

Project: {{ project }}

{{ description }}

{% endif %}

1 - Input

{{ dataset }}
{% if output %}

2 - Output

{{ output }}
{% endif %}

3 - Workflow

The following picture is clickable and some boxes may have specific report page.

{% if online_link %}

This pipeline is documented on the online documentation The analysis was performed with the following Snakemake and config file:
{% else %}

The analysis was performed with the following Snakemake and config file:
{% endif %}

{% if snakemake_stats %}

4 - Running Stats

{% endif %} {% if dependencies %}

5 - Dependencies

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