{% extends "noapp.html" %} {% block title %}List of Published Data{% endblock %} {% block content %}

List of published data from the challenge

All data required for recreation of the analysis presented in the paper can also be found on Zenodo.

{% for sample_id, item in data_list.items %} {% endfor %}
Sample ID DOI link
{{ sample_id }} {{ item.doi_link }}
{% endblock %}