{# base.html Main template for the jinja. #} {% block title %}{% endblock %} - Sequana

{{ module.title }}

Report created with Sequana (v{{ config.version }}) {% if config.pipeline_version %} and sequana_{{ config.pipeline_name }} (v{{config.pipeline_version}}) {% endif %} {% if config.sequana_wrappers %} and sequana-wrappers ({{config.sequana_wrappers}}) {% endif %}

Sidebar

{%- for section in module.sections %} {%- if section["name"] %} {{ section["name"] }}
{%- endif %} {%- endfor %}
{% block content %}{% endblock %}


This pipeline is part of the Sequana project. Please consider citing us (How to cite ?).

You may also star us: Star Star Generated with Sequana ({{ config.time_now }})