Samples contained in indexed bam files in this directory
{% if samplesToBam|length != 0 %}
{% for s0, s1 in samplesToBam|dictsort %}
{{ s0 }}
{% endfor %} {% else %}
No samples found. Check that there are indexed bam files present, and that read groups are properly assigned.
{% endif %}