{% extends "base.html" %} {%block stylesheet%} {% endblock %} {% block content %} {% for run in runs %} {% endfor %}

Run

New
Id Run Date Device Technique Theorical Read Length Multiplex Nb sample multiplex
{{run.run_id}} {{run.date}} {{run.device}} {% if run.single_end%} Single end {% elif run.paired_end%} Paired end {%endif%} {% if run.mate_pair%} / Mate pair {%endif%} {{run.theoretical_read_length}} {{run.multiplex}} {{run.nb_sample_multiplex}} Edit
{% endblock %}