{% extends "dataset/base/base.html" %} {% load dataset_tags %} {% load licence_tags %} {% block target %}

Targets

{% visible_children instance user as visible_scoresets %} {% if visible_scoresets|length %} {% group_targets visible_scoresets as targets %} {% for target in targets %}
{% for scoreset in target.1 %}

{{ scoreset.urn }} {% if scoreset.private %}[Private]{% endif %}

{% if forloop.counter < target.1|length %}·{% endif %} {% endfor %}

Name: {{ target.0.get_name }}

Type: {{ target.0.category }}

Organism: {{ target.0.get_reference_genomes.first.format_organism_name_html|safe }}

Reference genome: {{ target.0.get_reference_genomes.first.get_short_name }}

Reference assembly: {% if child.get_target.get_reference_genomes.first.genome_id.identifier %} {{ target.0.get_reference_genomes.first.genome_id.identifier }} {% else %} Other/Synthetic {% endif %}

Reference sequence: {{ target.0.get_wt_sequence }}

{% if forloop.counter < targets|length %}
{% endif %} {% endfor %} {% else %}

No targets have been scored for this experiment.

{% endif %} {% endblock %} {% block child_list_under_description %} {% visible_children instance user as visible_scoresets %} {% current_versions visible_scoresets user as current_visible %}

Score sets

{% if current_visible|length %} {% for child in current_visible %} {% if forloop.counter == 1 %} {{ child.urn }} {% if child.private %}[Private]{% endif %} {% else %} {{ child.urn }} {% if child.private %}[Private]{% endif %} {% endif %} {% if forloop.counter < current_visible|length %}

·

{% endif %} {% endfor %} {% else %}

No score sets have been associated with this experiment.

{% endif %} {% endblock %} {% block child_list %} {% visible_children instance user as visible_scoresets %} {% current_versions visible_scoresets user as current_visible %}

Score sets {% if request.user in instance.editors or request.user in instance.administrators %} {% endif %}

{% if current_visible|length %}
{% else %}

No score sets have been associated with this experiment.

{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}